JetBrains Rider Linux Shortcuts
| Action | Linux Shortcut |
|---|---|
| General | |
| Search Everywhere | DoubleShift |
| Find Action | CtrlShiftA |
| Show Context Actions | AltEnter |
| Open Settings | CtrlAltS |
| Recent Files | CtrlE |
| Focus Project Tool Window | Alt1 |
| Focus Editor | Esc |
| Help Keyboard Shortcuts | CtrlShiftA |
| Editing | |
| Basic Completion | CtrlSpace |
| Complete Current Statement | CtrlShiftEnter |
| Reformat Code | CtrlAltL |
| Optimize Imports | CtrlAltO |
| Comment With Line Comment | Ctrl/ |
| Comment With Block Comment | CtrlShift/ |
| Extend Selection | CtrlW |
| Shrink Selection | CtrlShiftW |
| Navigation | |
| Go To Declaration | CtrlB |
| Go To Implementation | CtrlAltB |
| Find Usages | AltF7 |
| Go To Class | CtrlN |
| Go To File | CtrlShiftN |
| Go To Symbol | CtrlAltShiftN |
| Next Highlighted Error | F2 |
| Previous Highlighted Error | ShiftF2 |
| Refactor And Run | |
| Refactor This | CtrlAltShiftT |
| Rename | ShiftF6 |
| Extract Variable | CtrlAltV |
| Extract Method | CtrlAltM |
| Run | ShiftF10 |
| Debug | ShiftF9 |
| Toggle Line Breakpoint | CtrlF8 |
| Step Over | F8 |