0

I want to add .addEventListener but it doesn't work in Sublime text 3 addEventListener

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)

MattDMo
  • 100,794
  • 21
  • 241
  • 231

1 Answers1

0

ctrl+shift+p - install package
LSP
ctrl+shift+p - install package
LSP Typescript

Note:node.js required (note win8.1+ required)

MattDMo
  • 100,794
  • 21
  • 241
  • 231