Fork me on GitHub
#emacs
<
2022-12-09
>
Lyn Headley19:12:59

Is there a keyboard shortcut to get LSP to jump to the next squiggly warning or error across the entire project?

ericdallo19:12:56

yes, not a LSP one, but a flycheck/flymake one

ericdallo19:12:22

flycheck-next-error for example, shortcut ] e on my emacs (maybe from doom)

Lyn Headley19:12:21

That gives me 'no more flycheck errors', but I see yellow squigglies at the top of my window showing the parent directories of my current namespace, so I know there are warnings.

ericdallo19:12:08

oh, so it comes from the headerline-breadrumb

ericdallo19:12:28

they are errors on the project, usually lsp-treemacs-error-list works for that