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

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.
Inlay Hints
Inlay Hints
Inlay hints provide additional information about your code.