JD.
JD.

Reputation: 15561

Autocomplete not working with Node.js in webstorm

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

Answers (2)

RakeshRaj
RakeshRaj

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

JD.
JD.

Reputation: 15561

After doing a "File -> Invalidate cache" all appeared to work.

Upvotes: 9

Related Questions