Sublime Forum

Autocomplete javascript in HTML

#1

Hi,

Is there a way to get autocmplete for javascripts, writtin inside the tag ?

Currently, there’s no autocomplete at all there. Using sublime 2 2126.

0 Likes

#2

no autocomplete at all for javascript

0 Likes

#3

you can always make your own using a sublime-completions file

EDIT: Also there is this JavaScript completions

0 Likes

#4

Check out https://github.com/Kronuz/SublimeCodeIntel, it has autocomplete and Jump to Symbol Definition!

0 Likes