Hillboy
Hillboy

Reputation: 695

Visual Studio Code: Intellisense not working on Mac

Tried doing this and various other suggestion on SO. My typings structure: enter image description here

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

Answers (1)

Hillboy
Hillboy

Reputation: 695

Removing NVM and installing plain Node. Restarting Vscode. Allows intellisense to work.

Upvotes: 1

Related Questions