coc-java-intellicode
v0.0.1
Published
An extension to provide AI-assisted development features for java in coc.nvim
Downloads
8
Readme
coc-java-intellicode
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.
Prerequisites
You must have coc-java installed first and the Java language server is working properly.
:CocInstall coc-java
Installation
Run below command in vim.
:CocInstall coc-java-intellicode
For the first time, it will download dependencies from Visual Studio IntelliCode.
How to use
Once this extension is enabled, you will get completion as you did before in coc.nvim.
Available commands
The following commands are available:
java.intellicode.download [version]
: download the default (or specific) version of the Visual Studio IntelliCode extension.