I want to disable the [abc] suggestion on the vs-code editor I tried some solution but it doesn't work. Help me to disable it.
Solution tried
"editor.wordBasedSuggestions": false,
The suggestion list of Basic completion appears when you press the default Visual Studio IntelliSense shortcut Ctrl+Space . If necessary, you can always return to the Visual Studio's native's IntelliSense. To do so, select Visual Studio on the Environment | IntelliSense | General page of ReSharper options ( Alt+R, O ).
I believe the setting you're looking for is:
"editor.suggest.showWords": false
If you prefer the UI, you can also find it by doing the following
File > Preferences > Settings
(or press Ctrl
+ ,
)Show Words
in the search box at the topEditor > Suggest: Show Words
You can find a full list of intellisense settings explained here (just scroll down a bit to find the list) https://code.visualstudio.com/docs/editor/intellisense
That little text suggestion was very annoying. This is what worked for me. Hope it helps!
oh yes I did it!
"javascript.suggest.names": 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