korywka
korywka

Reputation: 7653

How to add javascript library to Sublime Text 2?

Is there some way to add javascript libraries to project for autocmplete?

Upvotes: 0

Views: 2562

Answers (2)

Sander
Sander

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

Afeez Aziz
Afeez Aziz

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

Related Questions