Skip to content

Commit c6c7578

Browse files
Update _overviews/getting-started/scala-ides.md
Co-authored-by: Tomasz Godzik <[email protected]>
1 parent 1f6add3 commit c6c7578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/getting-started/scala-ides.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ For more information, check out our tutorial [Getting Started with Scala in Inte
4141

4242
![](../../resources/images/getting-started/VSCodeMetals.png)
4343

44-
Visual Studio Code, commonly called VS Code, is a source code editor developed by Microsoft. Similar to how IntelliJ IDEA requires IntelliJ Scala Plugin to support Scala, you can get support for Scala in VS Code by installing an extension: Metals by Scalameta. In contrast to IntelliJ IDEA + Scala Plugin, VS Code + Metals is aimed at people who like to tinker with settings and try out experimental Scala features. Besides, Metals - the extension - is also available for a variety of other source-code editors, such as Vim, Sublime Text, and Emacs, which means that you will get a similar experience in any of them.
44+
Visual Studio Code, commonly called VS Code, is a source code editor developed by Microsoft. Similar to how IntelliJ IDEA requires IntelliJ Scala Plugin to support Scala, you can get support for Scala in VS Code by installing an extension: Metals by Scalameta. In contrast to IntelliJ IDEA + Scala Plugin, VS Code + Metals is is aimed at people who like to get feedback and code intelligence straight from the compiler, which enables them to also try out experimental Scala features. Besides, Metals - as an [language server](https://microsoft.github.io/language-server-protocol/) - is also available to use with a variety of other source-code editors, such as Vim, Sublime Text, Zed, Helix and Emacs, which means that you will get a similar experience in any of them.
4545

0 commit comments

Comments
 (0)