When I type in:
const styles = StyleSheet.create({
container: {}
})
Then I add a comma after container
brace, it always popup a window to tip me some infomations I never watch.
container: {},
So what is this popup window? eslint tips? or something else?
Is it possible to disable this and how?
By default, VS Code shows snippets and completion proposals in one widget. You can control the behavior with the editor.snippetSuggestions setting. To remove snippets from the suggestions widget, set the value to "none" .
You can enable or disable particular IntelliSense features in the Options dialog box, under Text Editor > C/C++ > Advanced. To configure IntelliSense for single files that aren't part of a project, look for the IntelliSense and browsing for non-project files section.
You can disable it with this parameter in user settings, according with reported issue:
"editor.parameterHints.enabled": false
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With