coc-java
coc-java copied to clipboard
Doubt about workspaces
Hi,
Sometimes I edit a single java file using coc-vim and I am getting a message like this: TestJava.java "is not on the classpath of project ...
Inside a maven project with "packages" everything is OK, but in single files without "packages" that massage always appears.
I tried ":CocCommand java.clean.workspace" but it did not work. I have a lot of maven projects and I try to "clean" the workspace frequently.
Is there any workspace management using coc-vim? Any tip about it?