IntelliJ Scala
banner
scala.intellijidea.com
IntelliJ Scala
@scala.intellijidea.com
The #Scala Plugin for #IntelliJIDEA
The main webpage: https://www.jetbrains.com/scala
News: https://blog.jetbrains.com/scala/
Pinned
Scala Plugin 2025.2 is out!🚀

What’s New:
- Opaque types, named tuples, and new tuples operations are fully supported.
- The new layout for sbt modules is enabled by default.
- sbt-managed sources are regenerated on project reload.
- New file handling has been improved in ScalaCLI.
(1/2)
IntelliJ IDEA x Scala: Moving and Copying Breakpoints
See the full video here: youtu.be/8y_3quGmFvU
November 6, 2025 at 3:29 PM
Scala Plugin 2025.2.48 is out 🚀
It comes with:
- No more freezes during project reload and in Run Configurations window in multi-module projects
- The New Project wizard selects the latest stable Scala 3 by default
- Implicit hints in Compiler-Based Highlighting are resolved correctly
... and more!
October 24, 2025 at 1:13 PM
A new video in the IntelliJ IDEA x Scala series is out! 📽️

The Debugger, part 1.

www.youtube.com/watch?v=8y_3...

#scala #debugger #intellijidea
IntelliJ IDEA x Scala: The Debugger (Part 1)
YouTube video by IntelliJ IDEA, a JetBrains IDE
www.youtube.com
September 23, 2025 at 11:03 AM
Scala Plugin 2025.2.30 is out! 🚀
It comes with:
- Support for SBT 2.0-RC4
- The option to disable error highlighting while the autocompletion popup is open
- Better error highlighting for opaque types
- Fixes to extension methods support
... and much more!
September 19, 2025 at 1:06 PM
Hackathon, pizza, beer, and more! 🍕🍻

If you’re in Warsaw on October 9, join the Scala Plugin team for a hackathon at the JetBrains office. You’ll also have the chance to win an IntelliJ IDEA Ultimate license.

Find out more and register here: www.meetup.com/scalawaw/eve...

#scala #hackaton
ScalaWAW #36 - Scala Plugin for IntelliJ hackathon, Thu, Oct 9, 2025, 6:00 PM | Meetup
Hello everyone! Another month, another hackathon. This time we're going to dive-in Scala Plugin for IntelliJ! **What's the plan?** This event is all about contributing to
www.meetup.com
September 12, 2025 at 12:01 PM
Reposted by IntelliJ Scala
If you're at #ScalaDays, come to the room 4C at 15:20 for a talk about how AI tools offered by #JetBrains can help you code 😊
August 20, 2025 at 9:24 AM
If you're at #ScalaDays, come meet us at our booth 😊
August 19, 2025 at 2:41 PM
Reposted by IntelliJ Scala
💡 JetBrains is back at Scala Days as a Gold sponsor!

🛠️ Visit their booth to try the latest IntelliJ Scala Plugin features, chat about AI in development, share your feedback, and grab some merch.

scaladays.org/blog/j...
Meet Our Sponsor - JetBrains
Great tooling can make all the difference in your Scala workflow.
scaladays.org
August 13, 2025 at 1:28 PM
Scala Plugin 2025.2 is out!🚀

What’s New:
- Opaque types, named tuples, and new tuples operations are fully supported.
- The new layout for sbt modules is enabled by default.
- sbt-managed sources are regenerated on project reload.
- New file handling has been improved in ScalaCLI.
(1/2)
August 4, 2025 at 3:27 PM
IntelliJ IDEA x Scala: A new way to add an sbt plugin

#scala #intellijidea #sbt
July 10, 2025 at 11:21 AM
IntelliJ IDEA x Scala: The new way of pattern matching
July 3, 2025 at 3:09 PM
IntelliJ IDEA x Scala: Named tuples as parameters in functions

#intellijidea #scala #namedtuples
June 26, 2025 at 1:33 PM
Scala Plugin 2025.1.27 is out 🚀, with fixes for these bugs:
- Context bounds couldn’t be found in a `given` with conditionals
- ScalaREPL couldn't start in a Maven project
- Mixed Scala x Java sbt projects failed to load
Note this update requires IntelliJ IDEA 2025.1.3 or newer.
June 24, 2025 at 11:06 AM
IntelliJ IDEA x Scala: Type inference with named tuples
June 20, 2025 at 10:24 AM
IntelliJ IDEA x Scala: How to turn on indentation-based syntax

#scala #scala3 #indentation #intellij
June 16, 2025 at 11:00 AM
Scala Plugin 2025.1.25 is out!
 - Fixed recognition of Scala.js shared sources
 - Fixed several UI freezes and issues with the new sbt modules layout
 - Added support for Scala 3 in New Project Wizard | Play generator
June 10, 2025 at 1:39 PM
IntelliJ IDEA x Scala: How to move blocks of code
May 30, 2025 at 8:17 AM
surveys.jetbrains.com/s3/developer...

Developer Ecosystem Survey 2025 is out!

As every year, we ask for ~15 minutes of your time and some answers about your choices and preferences regarding tools, languages, etc. Help us track where the IT community is going and what Scala's place is in it!
Developer Ecosystem Survey 2025
Take our survey, shape the future, and seize the chance to win a MacBook Pro or other rewards!
surveys.jetbrains.com
May 26, 2025 at 10:22 AM
IntelliJ IDEA x Scala: How to clone carets
#scala #intellijidea
May 22, 2025 at 5:08 PM
Scala Plugin 2025.1.24 is out! 🥳

This bug-fix release addresses major issues with compiler-based highlighting that were causing memory leaks, leading to slow performance.

You can also expect less flaky red code, especially after using code completions.

#scala #intellijidea
May 21, 2025 at 1:11 PM
IntelliJ IDEA x Scala: How to auto-indent lines
#scala #intellijidea #indentation
May 16, 2025 at 11:16 AM
And one more thing...
The new Scala Plugin minor release 2025.1.22 is out!
It includes:
- Support for Reference-able Package Objects
- Duplicated field names in Named Tuples are highlighted
- We fixed a problem with compilation not being triggered, resulting in stale compilation errors in the editor
May 6, 2025 at 5:17 PM
A new video in the IntelliJ IDEA x Scala series is out! 📽️

This time, we discuss named tuples. The IntelliJ IDEA Scala plugin already supports this new feature, which will be standardized with the upcoming Scala 3.7 release.

Watch here: www.youtube.com/watch?v=_zqr...

#scala #intellijidea
IntelliJ IDEA x Scala: Named Tuples
YouTube video by IntelliJ IDEA, a JetBrains IDE
www.youtube.com
May 6, 2025 at 11:45 AM
Hi Scala devs!

If the IntelliJ Scala Plugin team gave a talk 🎙️, what would you be most interested in hearing about?
Drop your ideas in the replies 👇
May 5, 2025 at 2:19 PM
Scala Plugin 2025.1 is out!
The update brings:
- Support for the new syntax of context bounds and givens
- Improved handling of named tuples
- The new "Generate sbt managed sources" action
- X-Ray hints for apply methods and all parameter names

Read more:
blog.jetbrains.com/scala/2025/0...

#scala
IntelliJ Scala Plugin 2025.1 Is Out! | The IntelliJ Scala Plugin Blog
Scala Plugin 2025.1 is out! The update brings: - Support for the new syntax of context bounds and givens. - Improved handling of named tuples - A new action: "Generate sbt managed sources" - X-Ray hin...
blog.jetbrains.com
April 16, 2025 at 1:12 PM