Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
fp2025:lab01 [2026/02/24 23:07]
silviu [Installation]
fp2025:lab01 [2026/02/24 23:16] (current)
silviu [IDE]
Line 11: Line 11:
  
 One of the most widely used IDE (Integrated Development Environment) for Scala is: One of the most widely used IDE (Integrated Development Environment) for Scala is:
-  * [[https://​code.visualstudio.com/​download | VSCode]] - You will need to install the Scala (Metals) ​plugin +  * [[https://​code.visualstudio.com/​download | VSCode]] - You will need to install the Scala (Metals) ​and Code Runner plugins 
-  * alternatively,​ you can use [[https://www.sublimetext.com/download ​Sublime]], which is simpler (faster) editor. You can add syntax highlighting plugins for Scala (see: [[https://scalameta.org/​metals/​docs/​editors/​sublime/​ | scalameta ]])as well as worksheet/​REPL support (see: [[https://​packagecontrol.io/​packages/​SublimeREPL | SublimeREPL]]).+  * We recommend reading the official ​[[https://docs.scala-lang.org/scala3/book/​introduction.html|Scala documentation]] for an introduction to the language 
 +  * To test the installation create ​new project by going to the Metals Plugin -> Build commands -> New Scala Project and select scala/hello-world.g8you should be able to run the code directly via the Run Code button