Mastering IntelliJ IDEA keyboard shortcuts - Help | IntelliJ IDEA
You can further improve your productivity with the following useful features:
- Quick Lists
If there is a group of actions that you often use, create a quick list to access them using a custom shortcut. For example, you can try using the following predefined quick lists:
- Refactor this Ctrl+Shift+Alt+T
- VCS Operations Alt+`
- Smart Keys
IntelliJ IDEA provides various aids, such as automatically adding paired tags and quotes, and detecting CamelHump words.
- Speed search
When the focus is on a tool window with a tree, list, or table, start typing to see matching items.
- Press twice
Many actions in IntelliJ IDEA provide more results when you execute them multiple times. For example, when you invoke basic code completion with Ctrl+Space on a part of a field, parameter, or variable declaration, it suggests names depending on the item type within the current scope. If you invoke it again, it will include classes available through module dependencies. When invoked for the third time in a row, the list of suggestions will include the whole project.
- Resize tool windows
You can adjust the size of tool windows without a mouse:
-
To resize a vertical tool window, use Ctrl+Shift+Left and Ctrl+Shift+Right
-
To resize a horizontal tool window, use Ctrl+Shift+Up and Ctrl+Shift+Down
-
Read full article from Mastering IntelliJ IDEA keyboard shortcuts - Help | IntelliJ IDEA
No comments:
Post a Comment