⚠⚠ This repository is deprecated! See Tools for MicroProfile instead. ⚠⚠
Provides language support for MicroProfile specifications in Java files, making use of the MicroProfile Language Server.
- Download
vscode-microprofile-0.0.1.vsixfrom the releases page. - In VS Code, press Shift Command P to open the Command Palette
- Type
Extensions: Install from VSIX...then press Enter - Navigate to and install
vscode-microprofile-0.0.1.vsix - Wait for a prompt at the bottom right of the screen to indicate that the extension has been installed. Click Reload Now on that prompt if indicated.
-
MP Health: Annotations and interface implementation.
-
MP Rest Client: CDI injection annotations, Rest Client interface registration.
- MP OpenAPI: Generate OpenAPI annotations via source action.
- Clone MicroProfile Language Server
- Clone MicroProfile Language Support for VS Code
- From
microprofile-language-serverdirectory:mvn clean packageto generatemicroprofile-language-server-0.0.1-SNAPSHOT.jar - From
microprofile-lsp-client-vscodedirectory:npm install - Copy
microprofile-language-server/target/microprofile-language-server-0.0.1-SNAPSHOT.jartomicroprofile-lsp-client-vscode/jars/folder - From
microprofile-lsp-client-vscodedirectory:vsce packageto generatevscode-microprofile-0.0.1.vsix






