Hi, I am using VS 2013 update 3. After installing Node.js Tools (NTVS 1.0 RC 2 VS 2013). My basic JavaScript intellisense stopped working. I have to press ctrl+space every time to display hints. Though, some node intellisense works, like after typing require it will shows available node modules. However, it doesn't show intellisense for javascript reserved words, or existing variables or functions. Is there any remedy for this?
Regards
Comments: Just so I understand... what type of project are you working with? Did you have NTVS installed before, or did it break completions on a non-Node.js project? Could you list some the completions you see, and the completions you expect to see? Does deleting your .ntvs_analysis.dat file help at all?
Regards
Comments: Just so I understand... what type of project are you working with? Did you have NTVS installed before, or did it break completions on a non-Node.js project? Could you list some the completions you see, and the completions you expect to see? Does deleting your .ntvs_analysis.dat file help at all?