⚠⚠ 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.vsix
from 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-server
directory:mvn clean package
to generatemicroprofile-language-server-0.0.1-SNAPSHOT.jar
- From
microprofile-lsp-client-vscode
directory:npm install
- Copy
microprofile-language-server/target/microprofile-language-server-0.0.1-SNAPSHOT.jar
tomicroprofile-lsp-client-vscode/jars/
folder - From
microprofile-lsp-client-vscode
directory:vsce package
to generatevscode-microprofile-0.0.1.vsix