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

Show CodeAction (no quickfix) in the Refactoring menu #196

Open
angelozerr opened this issue Apr 3, 2024 · 0 comments
Open

Show CodeAction (no quickfix) in the Refactoring menu #196

angelozerr opened this issue Apr 3, 2024 · 0 comments
Assignees
Labels

Comments

@angelozerr
Copy link
Contributor

angelozerr commented Apr 3, 2024

It should be nice to show CodeAction (no quickfix) in the existing IJ Refactoring menu:

image

The challenge is to avoid freeze the existing menu when code action are collected. We need too to create the proper code action context with the covered diagnostic according to the position of the cusror when the menu is opened.

@angelozerr angelozerr added enhancement New feature or request codeAction labels Apr 3, 2024
@angelozerr angelozerr added this to the 0.0.1 milestone Apr 3, 2024
@angelozerr angelozerr self-assigned this Apr 3, 2024
angelozerr pushed a commit to angelozerr/lsp4ij that referenced this issue Apr 3, 2024
angelozerr pushed a commit to angelozerr/lsp4ij that referenced this issue Apr 3, 2024
angelozerr pushed a commit to angelozerr/lsp4ij that referenced this issue Apr 4, 2024
@fbricon fbricon removed this from the 0.0.1 milestone Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants