Reputation: 27
I know that the prediction and autocomplete work on javascripts own functions but they don't seem to work if I try to use it with foreign libraries. Do I need to tell VSC where those .js-files are that should be included?
It works on my own created functions btw. which is not really helpful when you're mostly working on other libraries..
The most similar question I've found so far has no working answers to it: Visual Studio Code enable suggestion code JavaScript like in WebStorm
Upvotes: 0
Views: 1352
Reputation: 8251
Any library that has proper JSDoc would support auto completion in VS Code. Since glMatrix has it, it could be done without a problem.
Here's working image:
Upvotes: 1