Advertisement · 728 × 90

Posts by IntelliJ Scala

And what's fixed and improved:
- Fixed BSP connection file regeneration
- Better support for the bspEnabled flag
- Improved incremental highlighting
- In Scala 3, fixed issues with apply and update extension methods on opaque types, improved type inference, and more.
(2/2)

#scala #intellijidea

3 weeks ago 2 0 0 0
Preview
IntelliJ Scala Plugin 2026.1 Is Out! | The IntelliJ Scala Plugin Blog IntelliJ Scala Plugin 2026.1 Is Out! | Support for build tools | projects in dev containers and WSL | Scaladoc with Markdown | Unified UI/UX for code highlighting

Scala Plugin 2026.1 is out! Here's what's new:
- Dev Containers and WSL support
- Markdown support in Scaladoc
- Faster project sync times
- Next edit suggestions enabled by default
- Configurable delay for compiler-based highlighting
Read more here: blog.jetbrains.com/scala/2026/0...
(1/2)

3 weeks ago 2 0 1 0
Preview
New Module Layout for sbt Projects | The IntelliJ Scala Plugin Blog Try out the enhanced sbt integration with IntelliJ Scala Plugin 2024.3 We’re introducing a new mode that better represents the structure of sbt projects in IntelliJ IDEA by organizing main and test so...

Back in version 2024.3, we introduced a new module layout for sbt projects. Since then, we've been polishing it and we're now ready to switch over.
As of 2025.3, the old layout has been deprecated and will be fully phased out in 2026.

Read more: blog.jetbrains.com/scala/2024/1...

1 month ago 3 2 0 0
Video

IntelliJ IDEA x Scala: ScalaDoc Alignment and Blank Lines

1 month ago 1 1 0 0

IntelliJ Scala Plugin 2025.3.30 is out! This minor release brings:
- Changes to the highlighting modes available in Settings, with more to come in 2026.1.
- The type-aware highlighting setting now persists.

#scala #intellijidea

1 month ago 2 1 0 0
Preview
Markdown in Scaladoc is now supported by IntelliJ IDEA! | The IntelliJ Scala Plugin Blog This blog post is available as well as a YouTube video. In Scala 2, Scaladoc used Wikidoc syntax, which has advanced features like templates, categories, and metadata. These are useful for organizi

This material is available as well as a blog post: blog.jetbrains.com/scala/2026/0...

2 months ago 0 0 0 0
IntelliJ IDEA x Scala: Write Scaladoc with Markdown
IntelliJ IDEA x Scala: Write Scaladoc with Markdown YouTube video by IntelliJ IDEA, a JetBrains IDE

IntelliJ IDEA x Scala: Write Scaladoc with Markdown
www.youtube.com/watch?v=F9sR...

2 months ago 1 1 1 0
JetBrains Internship Application JetBrains internships

Looking for an internship this summer/fall? The JetBrains Internship Program 2026 is now open!

If Scala is your thing, we might have something just for you: a project focused on improving error highlighting in the IntelliJ Scala Plugin.

Learn more: internship.jetbrains.com/projects/1756

#scala

2 months ago 1 0 0 0
Advertisement
Video

IntelliJ IDEA x Scala: Call Stack

#scala #intellijidea #debugger

2 months ago 2 1 0 0

IntelliJ Scala Plugin 2025.3.28 is out! This bug-fix release brings the following improvements:
- The JUnit plugin is no longer required to run most Scala test frameworks.
- Support for using/given in structural search has been enhanced.
- Support for sbt 0.13 projects on Windows is back.

#scala

2 months ago 3 2 0 0
Preview
IntelliJ Scala Plugin in 2025 | The IntelliJ Scala Plugin Blog IntelliJ Scala Plugin in 2025 This is a blog post about the main changes to the Scala Plugin in 2025, the results of the State of Developer Ecosystem Survey, and a few other things.

Better late than never! Our year-in-review report is finally here, with a breakdown of what the IntelliJ Scala Plugin team accomplished in 2025. We’ve been busy at conferences, on YouTube, and gearing up for Scala 3.8.

blog.jetbrains.com/scala/2026/0...

#scala #intellijidea #2025

2 months ago 3 2 0 0
Video

Intellij IDEA x Scala: Class and Instance Filters

#scala #intellijidea #debugger

2 months ago 0 0 0 0
Preview
Scala 3.8 Support in the Scala Plugin | The IntelliJ Scala Plugin Blog Scala 3.8 Support in the Scala Plugin: - The `into` modifier - Scala 3.8 requires JDK 17+ - “Better fors” - Basic support for capture checking - The `runtimeChecked` method

Scala 3.8 is released! For this occasion, we've prepared a blog post discussing its main new features and their support in the IntelliJ Scala Plugin.

blog.jetbrains.com/scala/2026/0...

#scala #intellijidea

2 months ago 4 1 0 0
Post image

IntelliJ IDEA turns 25! 🎉 Join the celebration to meet our special guest Runzo, play with him, and grab our one-of-a-kind birthday postcards.
Join the celebration! 👇
jb.gg/IJ25

3 months ago 42 10 1 5
Video

IntelliJ IDEA x Scala: Disable Until Hitting the Following Breakpoint

#intellijidea #ide #scala #debugger

3 months ago 1 1 0 0
Video

IntelliJ IDEA x Scala: Log at Breakpoint

3 months ago 3 1 0 0
Advertisement

What's more, if you're still on IntelliJ IDEA 2025.2, there's a minor release for you as well: 2025.2.51.
You can read about what both those new releases contain on JetBrains Marketplace: plugins.jetbrains.com/plugin/1347-...

3 months ago 0 0 0 0

IntelliJ Scala Plugin 2025.3.26 is out with:
- TASTy reader improvements, including better code completion and code insight.
- Proper highlighting of ClassTag parameters in pattern matching.
- Support for both "scala" and "scala-cli" in Scala CLI projects (the default as of Scala 3.5).

3 months ago 3 2 0 1
Preview
IntelliJ Scala Plugin 2025.3 Is Out! | The IntelliJ Scala Plugin Blog Scala Plugin 2025.3 is out! - Support for Scala 3.8 - Better support for macros and export aliases, extension methods, and type lambdas - Structural Search and Replace

What's fixed:
- Support for `given` in traits
- Extension method resolution for path-dependent types
- "Rename" correctly updates imports
- Imports of objects nested in classes are resolved properly
- Choosing an editor action is faster

Learn more:
blog.jetbrains.com/scala/2025/1...

4 months ago 3 0 0 0

Scala Plugin 2025.3 is out! 🚀

Here’s what's new:
- Support for the upcoming Scala 3.8
- Better support for macros, export aliases, extension methods, and type lambdas
- Structural Search and Replace for Scala
- X-Ray mode works in Mill build scripts and can display type parameters
/1

4 months ago 6 1 1 0
IntelliJ IDEA x Scala: The Debugger (Part 2)
IntelliJ IDEA x Scala: The Debugger (Part 2) YouTube video by IntelliJ IDEA, a JetBrains IDE

A new video in the IntelliJ IDEA x Scala series is out! 📽️
The Debugger, part 2.

#scala #intellijidea #debugger
www.youtube.com/watch?v=EWnU...

4 months ago 2 2 0 0
Video

IntelliJ IDEA x Scala: Hot Swap
See the full video here: youtu.be/8y_3quGmFvU

#scala #intellijidea #debugger

4 months ago 1 0 0 0
Video

IntelliJ IDEA x Scala: Explore Elements with the Debugger
See the full video here: youtu.be/8y_3quGmFvU

5 months ago 1 1 0 0
Advertisement
Video

IntelliJ IDEA x Scala: Lambda breakpoints
See the full video here: youtu.be/8y_3quGmFvU

5 months ago 2 1 0 0
Video

IntelliJ IDEA x Scala: Moving and Copying Breakpoints
See the full video here: youtu.be/8y_3quGmFvU

5 months ago 3 1 0 0

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!

5 months ago 4 1 0 0
IntelliJ IDEA x Scala: The Debugger (Part 1)
IntelliJ IDEA x Scala: The Debugger (Part 1) YouTube video by IntelliJ IDEA, a JetBrains IDE

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

6 months ago 5 2 0 0

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!

7 months ago 5 2 0 0
Preview
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

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

7 months ago 0 0 0 0
Post image

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 😊

8 months ago 4 1 0 0