Reputation: 15561
Just downloaded WebStorm and giving Node.js a try.
Unfortunately the autocomplete does not seem to work.
I have set the node js interpreter to node.exe but saw a post saying that I should set it to the Node.js file. When I used Node.exe, at least the version was populated in the Node.js configuration dialog, however when I download the code and select the Node.js file I get "Version not found".
Either way, autocomplete does not work.
Upvotes: 1
Views: 3982
Reputation: 69
Delete .idea (hidden) directory from your project folder and open the project again.
"File->Invalidate cache"
did not work for me.
Upvotes: -1