Skip to content
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

code actions shown for entire line instead of only for issue at point #760

Open
eli-tziperman opened this issue Nov 19, 2023 · 1 comment

Comments

@eli-tziperman
Copy link

Here is an example of the issue using lsp-grammarly, where it makes sense to show only actions under point/cursor rather than include all issues in the current line.

image

You see that the code actions shown via completion at the bottom are correct. But the ones in orange from lsp-ui are not. It seems that lsp-ui loops over the entire current line instead of getting actions only for the issue under point.

@eli-tziperman
Copy link
Author

Hello, I am wondering if there is anything I can do to help with this issue. I use lsp-grammarly continuously, and this seems to be an issue worth addressing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant