Pattern Matching for Switch

This feature is available in preview from Java 17.

Ensure your SDK and Language Level are at least Java 17 (Preview) in your Project Structure with ⌘; (macOS) / Ctrl+Alt+Shift+S (Windows/Linux).

IntelliJ IDEA highlights code that can be replaced with a switch expression using pattern variables. Press ⌥⏎ (macOS) / Alt+Enter (Windows/Linux) and choose "Replace if with switch".

Interested in JVM Development?

call to action image

You can also use pattern matching for instanceof!

Learn More

Related Resources

Inject a Language
Inject a Language
Language injections let you work with pieces of code in other languages embedded in your code.
New live templates for main methods
New live templates for main methods
Create an instance main method using a live template.
Live templates for simple IO
Live templates for simple IO
Add simple IO methods using live templates.