Search code examples
javascriptvisual-studio-codewebstorm

How to enable VSCode code suggestion (autocompletion) like WebStorm code suggestion?


I am looking for a way how can I enable all code suggestions for JavaScript, HTML, CSS, jQuery, Bootstap, React and etc. code. for example I write this same codes in Visual Studio Code and WebStorm, but as you seen the code suggestion result is different ( In addition I installed and enabled all nessery extensions for VSCode):

VSCode

WebStorm

In WebStorm I have all suggestion that match the word cli, but in VSCode there is no anyy code suggestion.


Solution

  • I installed @types/jquery and also nodejs and the problem was solved. Thanks for your guidance starball