Шорткаты
F4
- откроет содержимое объекта
Alt+Shift+B
- найдёт место из кода в эксплорере
Double Shift
- поиск по всему проектуCtrl+Shift+A
- быстрый поиск команды и запускAlt+Enter
- показывает контекстные подсказкиF2 / Shift+F2
- быстрое перемещение между проблемами в кодеCtrl+E
- показывает недавно открытые файлы
Ctrl+W
Ctrl+Shift+W
Extend or shrink selection
Increase or decrease the scope of selection according to specific code constructs.
Ctrl+/
Ctrl+Shift+/
Add/remove line or block comment
Comment out a line or block of code.
Alt+F7
Show all places where a code element is used across your project.
Ctrl+Y
(For Windows) Delete a line or redo (customizable).
(For Windows) Starting from 2019.2, when you use Ctrl+Y for the first time, you will see a dialog in which you can assign the shortcut to the Delete Line or the Redo action. You can change the selected behavior in Settings | Keymap.
Ctrl+NumPad - and Ctrl+NumPad +
Fold and unfold big numbers
Improve the readability of big numbers.