JavaScript autocompletion plugin for Sublime Text 3

0

I'm having trouble finding a plugin that has "all autocomplete" possible for Sublime Text 3.

The ones I have do not recognize this line of code, for example:

Code

document.body.clientHeight
document.getElementById("rock-img").src.value.whatver
document.getElementById("rock-img").style.height

Does not recognize attributes clientHeight , src and style :

Would anyone have a solution?

    
asked by anonymous 22.06.2017 / 23:24

1 answer

0

You have this question that is very similar to yours, see if it ends up helping you:

How to autocomplete Sublime Text 3?

    
23.06.2017 / 17:12