Reputation: 7653
Is there some way to add javascript libraries to project for autocmplete?
Upvotes: 0
Views: 2562
Reputation: 13421
there is a package called SublimeCodeIntel i've got it working for python, but am strugling myself for javascript support. it is in there, i've seen it at work, but I am missing some settings myself I think.
in any case, here is the link, check it out: https://github.com/Kronuz/SublimeCodeIntel
Upvotes: 0
Reputation: 1386
You can install Package Manager and then install snippets for javascript library(if there is any) although snippets for HTML, CSS and even Bootstrap. I hope this answer your question.
Upvotes: 1