redhat-developer / redhat-developer/lsp4ij
Show CodeAction (no quickfix) in the Refactoring menu
Open
@angelozerr is already working on this.
Since Apr 3, 2024.
codeAction
enhancement
refactoring
- Dominant language
- Java
- Stars
- 344
- Forks
- 113
- Avg merge
- 5h 22m
- Merged PRs (30d)
- 15
Description
It should be nice to show CodeAction (no quickfix) in the existing IJ Refactoring menu:
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.