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!