/javacomp-vscode

VS Code extension for JavaComp

Primary LanguageTypeScriptOtherNOASSERTION

Visual Studio Code extension for JavaComp

Installation

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.

Customization

To customize the behavior of JavaComp for your project, see the documentation on customizing JavaComp.

Debugging

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.

Credits

This extention was initially derived from the lsp-samples client of vscode-extension-samples.