Currently, I am using Node.js Tools for Visual Studio (NTVS) to develop an Express 4 application within Visual Studio. I have included some JavaScript files in the "public" folder. However, I have encountered an issue where IntelliSense is not functioning properly for those specific JavaScript files. Interestingly enough, IntelliSense works perfectly fine for files located in other directories within the same solution.
Just to elaborate further, when I attempt to trigger IntelliSense by pressing Ctrl+Space in JavaScript files within the public folder, nothing occurs.