microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 235 forks source link

Go to next error in the file #656

Open andyfangaf opened 6 years ago

andyfangaf commented 6 years ago

It would be great if I can do cmd+e to go to the next error in the file. This is the only feature missing for me to transition completely from VScode.

ozra commented 5 years ago

Yeah, I have alt-up/down for prev/next error in all my editors, so now that I'm back in sublime because of better TS-support I go "doh!" all the time.

ozra commented 5 years ago

Oh, and also prev/next error in project! Essential!

ibc commented 4 years ago

Any update on this? It's really hard to navigate to next TS error (basically because it must be done manually).