tide icon indicating copy to clipboard operation
tide copied to clipboard

Jump to next error capability.

Open seanparsons opened this issue 6 years ago • 5 comments

Something that I keep finding myself needing is the ability to just jump to the next error.

The flow being:

  1. Make a bunch of changes.
  2. Potentially see an error from webpack or similar.
  3. Press key combo to jump to next error.
  4. Fix problem.
  5. Goto 3.

seanparsons avatar Oct 15 '18 13:10 seanparsons

I concur.

Not sure it's an exact duplicate, but this seems somewhat related to https://github.com/ananthakumaran/tide/issues/61.

josteink avatar Oct 17 '18 08:10 josteink

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 avatar Oct 24 '18 05:10 ananthakumaran

@ananthakumaran Well within a buffer, but across files.

seanparsons avatar Oct 24 '18 09:10 seanparsons

does flycheck-next-error solve your issue?

ananthakumaran avatar Oct 24 '18 09:10 ananthakumaran

@ananthakumaran No and potentially connected if I open the flycheck error list it's empty when tide-project-errors has errors.

seanparsons avatar Oct 24 '18 21:10 seanparsons