Reputation: 105
I installed PhpStorm 2016.2 with enabled plugin NodeJS, NodeJS v.6.3.0. When I trying enable code assistance pressing on the button "Enable" nothing happens. Consequently, IDE can not correctly highlight simple code in js file. What I can do for enabling code highlight?
Upvotes: 5
Views: 2883
Reputation: 21
I had the same problem. After checking my plugins, I found the NodeJS plugin was disabled.
After enabling and restarting I could toggle 'coding assistence for Node.js' again (PhpStorm 2019.2).
Upvotes: 0
Reputation: 143
I solved this problem with https://nodejs.org/dist/v6.2.2/node-v6.2.2-x86.msi
JetBrains and Node.js are x32 in windows 10.
Upvotes: 0
Reputation:
just put you cursor where webstorm/phpstorm underlines you the line, then press Alt+Enter and "Enable coding assistance", It should work.
Upvotes: 0
Reputation: 102207
Preferences
=> Languages & Frameworks
=> Node.js and NPM
=> Coding Assistance
=> Enable Node.js Core Library
.
Upvotes: 3