feature: add java.action.overrideMethodsPrompt
Did you check the docs?
- [X] I have read all the docs
Is your feature request related to a problem? Please describe.
I'm currently not able to override/implement methods if I select that from the list of code actions
Describe the solution you'd like
I'm not quite sure how the neovim API is, but for reference VSCode implements this feature by having the user select from a list of checkboxes (with some defaults checked) which methods they'd like to generate. Something similar to this would be nice
Describe alternatives you've considered
I don't believe there's any alternatives
Additional context
No response
Hit this error recently - I could do method overrides with native jdtls. Therefore, +1 for this feature request.
https://github.com/nvim-java/nvim-java/wiki/Development#how-the-hell-code-actions-work
Please update nvim-java-core and nvim-java-refactor
https://github.com/nvim-java/nvim-java-refactor/issues/15 https://github.com/nvim-java/nvim-java-core/issues/82