Dan Hansen
Dan Hansen
For visual selection expansion then `o` and `O` are your friends. See `:help v_o`. I often use a motion key for the selection such as `aap`.
It sounds like you have the Java source version set to something less than 1.8 somewhere in your project. If you were using Maven for your build you'd set the...
I'll see if I can reproduce it, but it's most likely an issue with Vimspector or jdt.ls since this project does little more than provide some "glue" between the two....
I can replicate the issue, but I still don't know the root cause. Though I'm sure it's either an issue in Vimspector or jdt.ls. I can't get it to work...
I've noticed this problem seems to occur when there's a compile error. I usually make sure there are no compile issues before I attempt the rename and then its fine.
It's looking that way. https://github.com/ervandew/eclim/pull/532#issuecomment-323619909 I get it. Its a lot for one person to maintain. And with [LSP](https://langserver.org/) gaining momentum, is Eclim still a viable approach? https://github.com/ervandew/eclim/pull/532#issuecomment-406085156 I too...
@hanskoff another really simple solution is to add a postinstall script to your package.json. ``` "scripts": { "postinstall": "bower install" } ``` Make sure you have bower set as a...
Eclipse comes bundled with Maven, but coc-groovy doesn't use that. See the [Maven Projects](https://github.com/dansomething/coc-groovy?tab=readme-ov-file#maven-projects) section of the readme.
I don't see a reason to keep this open.
PR merged. This will be fixed in the next release.