From 3f3f60220d259fa18bb3d45c2b101ebf957a4e45 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 18 Jun 2024 13:42:17 -0400 Subject: [PATCH] Add documentation for lsp4mp I didn't set a demo image, since end users are expected to use use vscode-microprofile or intellij-quarkus to use lsp4mp. Signed-off-by: David Thompson --- docs/languages/lsp4mp.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/languages/lsp4mp.md b/docs/languages/lsp4mp.md index 4861375..1861b54 100644 --- a/docs/languages/lsp4mp.md +++ b/docs/languages/lsp4mp.md @@ -4,4 +4,12 @@ sidebar_position: 7 # LSP4MP -[Visit the GitHub](https://github.com/eclipse/lsp4mp) \ No newline at end of file +lsp4mp is a [language server](https://microsoft.github.io/language-server-protocol/) that provides IDE features for working with projects that use [MicroProfile](https://microprofile.io/). + +It powers [VS Code Tools for MicroProfile](/docs/languages/vscode-microprofile) and +[Intellij Quarkus](/docs/languages/intellij-quarkus), +as well as [Liberty Tools for Intellij](https://github.com/OpenLiberty/liberty-tools-intellij). + +It provides IDE features for `microprofile-config.properties` files and enhances the existing Java IDE support with MicroProfile-specific features. + +[Visit the GitHub](https://github.com/eclipse/lsp4mp)