-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to display all of these inline at once? #11
Comments
In the last screenshot, there is at least one error that is not displayed. What flycheck-inline currently does is to display related errors. These are errors that are from the same diagnostic for the Do you want all the errors of the buffer to be displayed at once? And do you want them to display when you put your cursor on any one of them, or right after a check? Both should be possible, although I'm not sure about the usability. |
I would like to see the errors all at once, right after the check. |
Yes, I think we can make that an option without too much hassle. The code for displaying the errors inline should be able to handle that, though currently we hook into Not a high priority for me to carry that PR though, so if you want to lend a hand, go ahead. |
+1, i think this would be a nice feature to have. |
Thirded |
+1, also would like this feature. Any pointers on moving this in a certain direction? How would one hook into |
I want to use such a feature, too. Has anyone found any package implementing it? If not, I considered forking this package and finding which parts of the code need to be adjusted to have the behavior this issue proposes. |
After doing some searching, you may be interested in this here https://github.com/emacs-sideline. |
+1 |
For anyone who wants it, I implemented it myself:
Maybe someone wants to patch the current mode to enable toggling, but this is all I wanted so it's hacked. Does this: |
That's what I expected by the name of this library. And that's what the last screenshot looks like. However I still need to have my (evil) cursor over the problematic part of the code to display the flycheck message.
The text was updated successfully, but these errors were encountered: