Skip to content

Commit

Permalink
[readme] recommend Metals with SBT BSP (#936)
Browse files Browse the repository at this point in the history
I did that recently and Metals is more stable!
  • Loading branch information
fwbrasil authored Dec 16, 2024
1 parent 79a5a07 commit 4f2457a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Replace `<version>` with the latest version: ![Version](https://img.shields.io/m

## IDE Support

Kyo utilizes features from the latest Scala 3 versions that are not yet properly supported by IntelliJ IDEA. For the best development experience and to ensure all Kyo features are correctly recognized, we recommend using a [Metals-based](https://scalameta.org/metals/) IDE for your Kyo projects.
Kyo utilizes features from the latest Scala 3 versions that are not yet properly supported by IntelliJ IDEA. For the best development experience, we recommend using a [Metals-based](https://scalameta.org/metals/) IDE with the SBT BSP server for improved stability. See the Metals [instructions](https://scalameta.org/metals/docs/build-tools/sbt/#sbt-build-server) to switch from Bloop to sbt BSP.

## Recommended Compiler Flags

Expand Down Expand Up @@ -3522,4 +3522,4 @@ License
-------

See the [LICENSE](https://github.com/getkyo/kyo/blob/master/LICENSE.txt) file for details.


0 comments on commit 4f2457a

Please sign in to comment.