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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -