jc.nvim icon indicating copy to clipboard operation
jc.nvim copied to clipboard

[Feature Request] Refresh JC cache command

Open gbiz123 opened this issue 1 year ago • 1 comments

Great project, first of all thank you for bringing Java IDE features to neovim.

I am having an issue when adding new deps to my pom.xml where the new dependencies are not detected even after running mvn dependency:resolve. I think it may be related to the fact that Eclipse's default behavior is to not recognize new dependencies, as mentioned in this stackoverflow post. My current solution has been to manually rm -rf the JC project directory.

Is there a better way to resolve my maven dependencies? If not then I think a command like JCrefreshDependencies or JCrefreshCache would be really helpful as it would eliminate the need for this.

gbiz123 avatar Feb 22 '24 15:02 gbiz123

Hello, sorry for late reply. Did you try JCutilUpdateConfig?

artur-shaik avatar Mar 04 '24 04:03 artur-shaik