Visual Studio Code extension for JavaComp
This extension is available on Visual Studio Marketplace. You can search
javacomp-vscode
in Visual Studio Code to find it.
Make sure you have Java 8 or above installed.
To customize the behavior of JavaComp for your project, see the documentation on customizing JavaComp.
To run this extension from source code, open the repository directory in VS Code, then click Start Debugging from the Debug menu.
To update the JavaComp jar file, rename it as JavaComp.jar and copy it to the
jar
directory. Consult the README file of JavaComp for how to
build a new jar.
This extention was initially derived from the lsp-samples client of vscode-extension-samples.