I want to add .addEventListener
but it doesn't work in Sublime text 3
I tried install JavaScript Completions but it suggest over much suggestions and I have lags with it also it autocomplets with a lot of atributes which I don't need I tried to set setting
"emmet.includeLanguages": {
"javascript":"javascriptreact"
}
And
{
"keys": ["tab"],
"command": "emmet_expand_abbreviation",
"args": { "tab": true },
"context": [
{ "key": "emmet_abbreviation" },
{ "key": "emmet_tab_expand" },
{ "key": "num_selections", "operand": 1 }
]
},
This question is not a duplicate of Sublime Text 3 Emmet triggering conflict? or sublime text 3 and emmet not completing because I am asking here about it not working in .js
file only (I haven't problems with .html
or .css
files)