Highlighted Commands in the Terminal

Have you ever wondered which IntelliJ IDEA terminal commands you can run in IntelliJ IDEA?

IntelliJ IDEA will highlight some commands in yellow as you type them in the terminal window. This means that the command could be run in the IDE, so you don't need to use the command line for it. You can press Enter on these commands as you'd expect, but you can also use ⌃⏎ (macOS) / Ctrl+Enter (Windows/Linux), IntelliJ IDEA will use the feature and open the relevant tool window.


Related Resources

Convert Class to Record
Convert Class to Record
Use inspections to convert classes to Java 16 records.
Create New Class
Create New Class
Quickly add new classes to your project.
Extend Selection
Extend Selection
Extend and shrink your current code selection.