I have Node.js Tools for Visual Studio (NTVS) and am developing an Express 4 application in Visual Studio. I added some JavaScript files to "public" folder. Sadly, for some reason the IntelliSense is not working for those JavaScript files. IntelliSense works in files placed in other directories in the same solution.
To clarify, nothing happens if I hit Ctrl+Space to invoke IntelliSense in JavaScript files in public folder.