lsp-java
lsp-java copied to clipboard
Asks for the name of the method, If none found. No suggestions.
Instead of throwing an user error if there is no method at point, dap-java-test-method-at-point asks for a method name.
It would be nice to use completing-read, with the methods names as suggestions.