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)