On sublime 3 I prevously always just used the package control to install the typescript plugin, which would generally pick up on the tsconfig.json file and automatically start showing me syntax and type errors in code.
However since sublime 4 it seems the plugin is no longer available and I can't find a way to get syntax highlighting working at all. Sublime 4 doesn't show anything for typescript. How can I get this working?
Below is what I see. 3 packages. The normal typescript one that's usually there, written by microsoft, no longer shows up on that list. The other packages there are like 7 years old and not the one that should normally be there.
https://forum.sublimetext.com/t/sublime-4-doesnt-show-ts-errors/57641/5
There is another link I found before where they say sublime is supposed to support it out of the box now, but it does not at all, nothing about typescript syntax or errors works in sublime 4, at least not out of the box.
https://github.com/sublimelsp/LSP-typescript#installation, there they also say it's supposed to support it out of the box.