So I am new to nodejs and and installed NTVS on a fresh install of VS2013 community on Win7 64. The intellisense is maddening. Sometimes I get something while other times I get nothing at all. Frankly in its current state is it way beyond useless.
Let's take something simple like the body-parser npm. I do a require and then do an app.use(bodyParser.urlencoded({ extended: true })). I do not see urlencoded in intellisense. I do not see json methods. But I do see some 20 setters, getters, methods, etc.
That was on the 12-12- build so I upgraded to the 12-19 build with same issues.
I watch the video and it shows intellisense even into modules just created. I am never able to get intellisense into any modeule I create.
Thoughts?
Regards,
Ron
Let's take something simple like the body-parser npm. I do a require and then do an app.use(bodyParser.urlencoded({ extended: true })). I do not see urlencoded in intellisense. I do not see json methods. But I do see some 20 setters, getters, methods, etc.
That was on the 12-12- build so I upgraded to the 12-19 build with same issues.
I watch the video and it shows intellisense even into modules just created. I am never able to get intellisense into any modeule I create.
Thoughts?
Regards,
Ron