Replies: 1 comment 2 replies
-
For methods that must be implemented you can use a code action on the class level. For optional methods you can use completion with snippet support. (So you need a plugin like nvim-cmp or nvim-lsp-compl) Here is both in action: recording.mp4 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I am really enjoying working on Java using nvim-jdtls. However, one functionality I cannot seem to find is the simple override method, that is list all methods of the superclasses/interfaces and generate an empty body. Is this possible in nvim-jdtls? Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions