Meteor Package Intellisense in vscode

Has anyone managed to get intellisense working for Meteor based packages in vscode.
I have not been able to get this working. My thoughts are we should be able to instruct jsconfig.json to look at the files in
.meteor/local/build/programs/web.browser/packages/** directory, and have those files included for intellisense, but I have not been able to do it thus far.

Any notes or pointers would be greatly appreciated.

Thank you,

Ryan.

Finally did! At least for local packages. But the next steps will be to cover all of them! Here’s the announcement post.