Reputation: 98
Does WebStorm have intellisense of function like VSCode?
With index of node_modules WebStorm still can't give tips like this picture. How to open this feature?
Upvotes: 1
Views: 604
Reputation: 14958
Does WebStorm have intellisense of function like VSCode?
Yes, it does.
Among the features of WebStorm you can find that
The IDE analyzes your project to provide the best code completion results for all supported languages. Hundreds of built-in inspections report any possible issues right as you type and suggest quick-fix options.
On the official web page of WebStorm you can find as well more detailed info about Intelligent coding assistance.
With index of node_modules WebStorm still can't give tips like this picture. How to open this feature?
It is hard to tell without knowing your specific Configuration (IDE, json file, etc) but you might want to try Enable code completion for node_modules in WebStorm.
And lastly, there is a lot of related questions you may find useful:
Upvotes: 3