An extension for coc.nvim to provide AI-assisted development features for the jdt.ls language server that is loaded by coc-java. This extension uses the jar and model file from Visual Studio IntelliCode.
You must have coc-java installed first and the Java language server is working properly.
:CocInstall coc-java
Run below command in vim.
:CocInstall coc-java-intellicode
For the first time, it will download dependencies from Visual Studio IntelliCode.
Once this extension is enabled, you will get completion as you did before in coc.nvim.
The following commands are available:
java.intellicode.download [version]
: download the default (or specific)
version of the Visual Studio
IntelliCode
extension.