Umfassende CLion-Tastenkombinationen und Workflows für C/C++-Entwicklung mit CMake, Debugging und eingebetteten Systemen.
Allgemeine Tastenkombinationen
| Windows/Linux | macOS | Beschreibung |
|---|
Ctrl+Shift+A | Cmd+Shift+A | Aktion finden |
Ctrl+Shift+N | Cmd+Shift+O | Gehe zu Datei |
Ctrl+N | Cmd+O | Gehe zum Unterricht |
Ctrl+Shift+Alt+N | Cmd+Option+O | Gehe zu Symbol |
Ctrl+E | Cmd+E | Zuletzt verwendete Dateien |
Ctrl+Shift+E | Cmd+Shift+E | Zuletzt besuchte Orte |
Ctrl+G | Cmd+L | Gehe zur Zeile |
Ctrl+F12 | Cmd+F12 | Dateistruktur |
Alt+F1 | Option+F1 | Auswahl In |
Navigation
| Windows/Linux | macOS | Beschreibung |
|---|
Ctrl+B | Cmd+B | Gehe zu Declaration |
Ctrl+Alt+B | Cmd+Option+B | Gehe zur Implementierung |
Ctrl+Shift+B | Cmd+Shift+B | Gehe zu Type Declaration |
Ctrl+U | Cmd+U | Gehe zu Super Method |
Alt+F7 | Option+F7 | Verwendungen finden |
Ctrl+F7 | Cmd+F7 | Verwendungen in Datei finden |
Ctrl+Shift+F7 | Cmd+Shift+F7 | Verwendungen hervorheben |
Ctrl+Alt+F7 | Cmd+Option+F7 | Verwendungen anzeigen |
Ctrl+Click | Cmd+Click | Gehe zu Declaration |
C/C++-spezifische Funktionen
| Windows/Linux | macOS | Beschreibung |
|---|
Ctrl+Shift+F10 | Ctrl+Shift+R | Laufkonfiguration |
Alt+Shift+F10 | Option+Shift+R | Ziel ausführen |
Ctrl+Shift+I | Cmd+Shift+I | Datei einbinden |
Ctrl+Alt+Shift+T | Cmd+Option+Shift+T | Refactor This |
F2 | F2 | Nächster hervorgehobener Fehler |
Shift+F2 | Shift+F2 | Vorheriger hervorgehobener Fehler |
CMake-Integration
| Windows/Linux | macOS | Beschreibung |
|---|
Ctrl+Shift+A | Cmd+Shift+A | CMake-Aktionen |
Ctrl+F9 | Cmd+F9 | Projekt erstellen |
Ctrl+Shift+F9 | Cmd+Shift+F9 | Projekt neu aufbauen |
Ctrl+Alt+F9 | Cmd+Option+F9 | Clean Project |
Debugging
| Windows/Linux | macOS | Beschreibung |
|---|
Shift+F9 | Ctrl+D | Debuggen |
F8 | F8 | Schritt Überspringen |
F7 | F7 | Tritt ein |
Shift+F8 | Shift+F8 | Herausschreiten |
Alt+F9 | Option+F9 | Zum Cursor laufen |
Alt+F8 | Option+F8 | Ausdruck auswerten |
Ctrl+F8 | Cmd+F8 | Breakpoint umschalten |
Ctrl+Shift+F8 | Cmd+Shift+F8 | Breakpoints anzeigen |