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?