From 0a266ed80c54e91442c25fa0c35b3b3e39cd9fb6 Mon Sep 17 00:00:00 2001 From: Krzysztof Romanowski Date: Thu, 11 Mar 2021 12:31:19 +0100 Subject: [PATCH] Fix formatting [skip ci] --- docs/docs/usage/ide-support.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/usage/ide-support.md b/docs/docs/usage/ide-support.md index f78d382f3350..43150994cb89 100644 --- a/docs/docs/usage/ide-support.md +++ b/docs/docs/usage/ide-support.md @@ -39,6 +39,7 @@ IntelliJ has its own implementation for semantic features, so it does not use Me Language Server Protocol (LSP). In order to import a project into IntelliJ there are two possibilities: + - Use the built-in feature to import sbt builds - Use IntelliJ's support for the [Build Server Protocol (BSP)](https://www.jetbrains.com/help/idea/bsp-support.html)