I had been working with vs code for a while to develop NodeJS projects however IntelliSense not working for the classes and files I am writing, I had tried the solution inside here but it did not work for me, so anyone can help me to fix this problem.
VS code version:1.25.0
NodeJS version:8.9.4
An example about IntelliSense problem:
As you can see when I am importing it from another file no IntelliSense is working
But the node_module files IntelliSense is working!