Reputation: 695
Tried doing this and various other suggestion on SO. My typings structure:
I can't get any intellisense to work. Using my reference path /// <reference path="typings/main.d.ts" />
from the root directory (aka the path is correct from the file location).
Would using Node Version Manager (NVM) affect typings global install and Visual Studio Code's use of it? Any hints or suggestions to debug on how to get intellisense to work would be greatly appreciated.
Upvotes: 1
Views: 1244
Reputation: 695
Removing NVM and installing plain Node. Restarting Vscode. Allows intellisense to work.
Upvotes: 1