Replies: 1 comment 1 reply
-
eclipse.jdt.ls returns a You'll need a completion plugin like nvim-cmp or nvim-lsp-compl and a snippet plugin to use it. recording.mp4 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I don't know if this feature is already there or not, but I been looking for it on issues and discussions with no luck.
What I want is some way to initialize a class with that boilerplate code you have to write in a new java file.
I mean, start a java file where, given a file SomeClass.java in directory com/example/java, generates something like:
I have NvimTree, so when creating a new file, it is empty, and didn't find nothing helpful with
:help jdtls
Beta Was this translation helpful? Give feedback.
All reactions