How can I enable VSCode code suggestion (autocompletion) like WebStorm code suggestion?
14:33 18 Sep 2023

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 necessary extensions for VSCode):

VSCode

WebStorm

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

javascript visual-studio-code webstorm