microsoft / nodejs-guidelines

Tips, tricks, and resources for working with Node.js, and the start of an ongoing conversation on how we can improve the Node.js experience on Microsoft platforms.
2.49k stars 280 forks source link

Add information about how to add IntelliSense to VS Code #13

Closed trstringer closed 8 years ago

trstringer commented 9 years ago

IntelliSense with VS Code while programming node is absolutely crucial in ensuring a great development experience. I can write up the quick how-to on adding IntelliSense to node application projects in VS Code.

trstringer commented 9 years ago

Note: I am unable to self-assign myself to this issue (the intention)

mousetraps commented 9 years ago

Is there any reason we can't just point to the VSCode docs here?

trstringer commented 9 years ago

Do we even explain in the VS Code docs how to work with TS definition files? From what I see, the IntelliSense information on VS Code docs is rather sparse and doesn't seem to explain the how.

mousetraps commented 9 years ago

How about we link to the specific section on nodejs in the docs? https://code.visualstudio.com/docs/runtimes/nodejs

trstringer commented 9 years ago

:+1: :white_check_mark: That's perfect! I hadn't seen that section before. Very descriptive and I completely agree that we should link to this section and that should suffice!

jasonyueyang commented 9 years ago

This blog, pointed out by @egamma, has some helpful description about this.