-
-
Notifications
You must be signed in to change notification settings - Fork 958
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
How to enable float window to show diagnostic information temporarily for this line? #4633
Comments
You can use
|
Yes I have tried using I installed some plugins which caused me to have too much diagnostic information, and using the float window by default caused a lot of trouble in development. I don't know if there is a way to balance the advantages of both, so that I can summon the float window when I need it. May I ask if you think this is a necessary requirement? |
I didn't use any other plugins to show diagnostic in floating window, only one window on the diagnostic position. A forward-compatible solution: add |
I think this method is very flexible and convenient, and can perfectly meet my needs! |
Is your feature request related to a problem? Please describe.
I set
"diagnostic.messageTarget": "echo"
incoc-setting.json
, but sometimes I want to open float window to see detail information with diagnostic.Describe the solution you'd like
Provide a CocAction or other way to open the diagnostic information for this line with a float window.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: