tide
tide copied to clipboard
Jump to next error capability.
Something that I keep finding myself needing is the ability to just jump to the next error.
The flow being:
- Make a bunch of changes.
- Potentially see an error from webpack or similar.
- Press key combo to jump to next error.
- Fix problem.
- Goto 3.
I concur.
Not sure it's an exact duplicate, but this seems somewhat related to https://github.com/ananthakumaran/tide/issues/61.
is this within a buffer or across files? Within a buffer flycheck already provides commands to navigate errors. For references/project-errors you could use n, p or next-error
@ananthakumaran Well within a buffer, but across files.
does flycheck-next-error
solve your issue?
@ananthakumaran No and potentially connected if I open the flycheck error list it's empty when tide-project-errors
has errors.