nvim-java icon indicating copy to clipboard operation
nvim-java copied to clipboard

feature: add java.action.overrideMethodsPrompt

Open TabulateJarl8 opened this issue 1 year ago • 1 comments

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

TabulateJarl8 avatar Sep 05 '24 03:09 TabulateJarl8

Hit this error recently - I could do method overrides with native jdtls. Therefore, +1 for this feature request.

50-Course avatar Sep 08 '24 03:09 50-Course

https://github.com/nvim-java/nvim-java/wiki/Development#how-the-hell-code-actions-work

s1n7ax avatar Jan 20 '25 19:01 s1n7ax

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

s1n7ax avatar Jan 21 '25 13:01 s1n7ax