Node.js Code Termination / intellisense

I have a problem with node.js code completion in webmatrix2 / visual studio2012 I read all howtos that could find, I could not find the correct solution.

Code execution and intellisense are limited.

It mainly works with core modules and objects.

var server = net.createServer(function (socket){

and in the case of a "socket". he does not work

or with another solution, termination works, but intellisense does not.

What am I missing?

I read about these solutions:

http://holtcode.blogspot.hu/2012/12/typescript-nodejs-development-part-1.html

https://bitbucket.org/kurouninn/node.js-visualstudio-intellisense

Thank!

+5
source share
1 answer

, , Visual Studio Node.js.
-, .

Visual Node - IntelliSense, , Visual Studio.

http://www.visualnode.info/

+2

All Articles