You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set editor.wordBasedSuggestions: false in my user-level settings, and even restarted vscode, but if I open a *.js JavaScript file and type the following:
// If
Still, vscode pops up some kind of suggestions about the JavaScript keyword if, even though I'm trying to write simple English in my comment. Is there any way to really, fully disable all suggestions for comments?
Yes - we will have to revisit this. We have now an action that controls word-base suggestions but that's not so useful... The new idea is to control is quick suggestion should kick off when inside comments or strings. So, when explicitly requested suggestion (including words, snippets) will still come but not as you type (24x7-IntelliSense)
We have fixed that in the original issue. Quick suggestion aka 24x7 suggestions are not disabled by default when typing in comments or strings and must be enabled explicitly. See #9504
I set
editor.wordBasedSuggestions: false
in my user-level settings, and even restarted vscode, but if I open a*.js
JavaScript file and type the following:Still, vscode pops up some kind of suggestions about the JavaScript keyword
if
, even though I'm trying to write simple English in my comment. Is there any way to really, fully disable all suggestions for comments?(Originally posted in an unrelated issue, #17426)
The text was updated successfully, but these errors were encountered: