I decided to jump in Visual Studio Code to create an app. Now I can\'t seem to get intellisense working for both JQuery and JQuery Mobile.
My VSC version is 0.10
You shouldn't forget to add the reference to the d.ts file in your scripts. For eg. add this reference /// at the top of the script you want to see the jquery suggestions as you type.
///