Sublime Forum

Autocomplete missing for .ts and .tsx files in Sublime Text 4

#1

After upgrading to Sublime Text 4 basic JS autocompletions, like if or for, stopped working. I trying completely removing my old install and try from scratch but the problem persists. It would be useful to have all basic autocompletion working in TS files as well (typing if and then tab).

Any information on this issue?

0 Likes

#2

If you want js snippets work in ts as well, basically you would have to modify all js snippets’ scope. For example, change

to

<scope>source.js | source.ts</scope>
0 Likes