Replies: 1 comment 1 reply
-
Hi! Unfortunately not yet. Support for closed files has not been implemented so far. See #716. I welcome a patch which adds this feature. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm using consult with eglot+flymake, is there a way to get consult to display all diagnostics from a project, including the ones from closed buffers?
I'm under the impression that
consult-flymake
only shows the diagnostics from the current buffer, and by looking at the docs I saw thisI tried passing
t
toconsult-flymake
but I think the files containing errors need to be existing buffers to get diagnostics displayed in consult (for those files).If I use
flymake-show-project-diagnostics
, all errors for the whole eglot project get displayed. I do prefer interacting with consult however. Is there a way to turn either support that out of the box, or to create a consult source for this?Thank you for the help and for this awesome package.
Beta Was this translation helpful? Give feedback.
All reactions