Alexandre Maia Godoi
Alexandre Maia Godoi
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...
Auto completion is not working anymore:  I do not kown if it is a coc-java or coc-vim issue. With unique java file auto completion works, but with a complex...
I have a very simple snippet like this: ``` snippet nclass "New class" b public class ${TM_FILENAME_BASE} { } endsnippet ``` For some reason "${TM_FILENAME_BASE} " is not substituted. It...