intellisense - VS Code autocompletion base on word in file -
i begin vs code , i'm happy @ moment !
i'm coming notepad++ , didn't found ide @ same "level" of things i'm doing.. until now! vs code doing , how modern integrated technology helping me.
but miss 1 thing npp autocomplete base on word in file. can same in vs code ?
thanks.
add settings.json, , restart vs code:
// controls how javascript intellisense works. // include words current document. "javascript.suggest.alwaysallwords": true, // complete functions parameter signature. "javascript.suggest.usecodesnippetsonmethodsuggest": true
Comments
Post a Comment