Auto-Complete for Node.js Development with VSCode
Install package typings globally
npm install typings -g
Install plug-in in project folder
typings install dt~node --global --save
If node version not compatible, will hit deprecation error.
npm WARN deprecated typings@2.1.1: Typings is deprecated in favor of NPM @types -- see README for more information
Use types if typings not work
npm install --save @types/node
