You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: