La web del alumnado
La web del profesorado

Intellij Cheat: Sheet

| Action | Shortcut (Win/Linux) | macOS | | :--- | :--- | :--- | | | Ctrl + F | Cmd + F | | Replace in File | Ctrl + R | Cmd + R | | Find in Path (whole project) | Ctrl + Shift + F | Cmd + Shift + F | | Replace in Path | Ctrl + Shift + R | Cmd + Shift + R | | Search Structurally (advanced patterns) | Ctrl + Shift + S | Cmd + Shift + S |

By incorporating these shortcuts and tips into your daily development routine, you'll be able to navigate and utilize IntelliJ more efficiently, saving you time and increasing your productivity. intellij cheat sheet

Ctrl + Shift + A (Win/Linux) | ⌘ + ⇧ + A (Mac)If you forget a shortcut but know the name (e.g., "Reload Maven Project"), type it here to execute it directly. Navigation & Search | Action | Shortcut (Win/Linux) | macOS |

| Action | Shortcut (Win/Linux) | macOS | | :--- | :--- | :--- | | (variable, method, class) | Shift + F6 | Shift + F6 | | Extract Variable | Ctrl + Alt + V | Cmd + Opt + V | | Extract Field | Ctrl + Alt + F | Cmd + Opt + F | | Extract Constant | Ctrl + Alt + C | Cmd + Opt + C | | Extract Method | Ctrl + Alt + M | Cmd + Opt + M | | Extract Parameter | Ctrl + Alt + P | Cmd + Opt + P | | Inline (variable/method) | Ctrl + Alt + N | Cmd + Opt + N | | Copy Reference (fully qualified name) | Ctrl + Alt + Shift + C | Cmd + Opt + Shift + C | | Change Signature (method parameters) | Ctrl + F6 | Cmd + F6 | "Reload Maven Project")