jc.nvim
jc.nvim copied to clipboard
[Feature Request] Refresh JC cache command
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.
Hello, sorry for late reply. Did you try JCutilUpdateConfig
?