I hooked up and finally got working the LSP plugin with Java and Ruby.
The Java works mostly pretty well with some issues, but one of the features I cannot get working is the code actions. For example:
None of these actions seems to work.
Other things work like renaming classes, etc., and that is pretty amazing for someone who has not used IDE’s before.
But are these code actions meant to work? They seem easier than, say, the refactoring support, so I am hoping I am just doing something wrong.
Any ideas?