Created
June 30, 2016 22:07
-
-
Save visualjeff/d27392719fd96955ae006865f95b9e83 to your computer and use it in GitHub Desktop.
How to add code complete for Node.js in Visual Studio Code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo npm install typings --global | |
typings search --name node | |
typings install env~node --global --save | |
Then I added the following to the top of my index.js file. | |
/// <reference path="typings/index.d.ts"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment