Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

node.js Code completion / intellisense

I have problem with node.js code completion in webmatrix2/visual studio2012 I have read all of the howtos that I could find I couldn't find a proper solution.

The code completion and intellisense works limited.

Mostly it works on the main modules and objects

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

and in case of "socket." it doesn't work

or with an other solution, the completion works but intellisense does not.

What am I missing?

I have read about those solutions:

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

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

Thank you!

like image 561
user2173203 Avatar asked Nov 03 '22 02:11

user2173203


1 Answers

It probably does not answers your question, but this is the better way to use Visual Studio with Node.js.
They already releasing beta access if you sign up.

Visual Node - has special bindings with full support of IntelliSense, Modules and Debugging with nice experience that Visual Studio offers.

http://www.visualnode.info/

like image 55
moka Avatar answered Nov 11 '22 05:11

moka