how to make IntelliSense (Visual Studio Code) recognize more than one file?
Visual Studio Code offers me code completion for the file I'm working on, but not for any further files in the folder.
I created a jsconfig.json file, but I don't know, what the content of the file should be.
Is there any step by step instruction ?
I found this by google: https://code.visualstudio.com/Docs/languages/javascript . But I dont't get what they want me to do in order to get it working.