Hi,
I am a new user of nodejs and found the intellisense withing VS amazing to understand node's funtionality without having a book next to me.
when i tried to create a simple http server and was trying to get the methods from the request object i realized i couldnt see all methods and properties.
on example being "request.on( 'data', function (){ //code });"
i can see all in debug mode but not in intellisense. not sure if i am missing an instalation step of if theres some extra config i need to run. any help would be appreciated
I am a new user of nodejs and found the intellisense withing VS amazing to understand node's funtionality without having a book next to me.
when i tried to create a simple http server and was trying to get the methods from the request object i realized i couldnt see all methods and properties.
on example being "request.on( 'data', function (){ //code });"
i can see all in debug mode but not in intellisense. not sure if i am missing an instalation step of if theres some extra config i need to run. any help would be appreciated