29-04-2021



IntelliJ cheat sheet. My cheat sheet of IntelliJ (and PyCharm) shortcuts. Open settings: Control + Alt + s or cmd +, Disable spell checking: Filter by 'spell', and then: Inspections / Spelling / Typo; Ensure line feed at file end: Filter by 'end of line', and then. IntelliJ doesn't show any folders in my project view on the left. File Project Structure Modules, there's supposed to be project file present. If it's empty, do the following: In File Project Structure Modules, click the '+' button, and add the project. The IntelliJ cheat sheet is getting popular among developers in nowadays for working on javascript, and Json and other Java programming or scripting languages. It is mostly simple, easy and flexible with all the platforms. It helps in running, debugging, compiling and testing the applications. Download IntelliJ Cheat Sheet Java Language Cheat Sheets If you’re working with Java 8, Java 9, or one of these popular language features in Java, these cheat sheets can help you with syntax and basic concepts. Java 8 Cheat Sheet – This Java 8 cheat sheet includes sections on.

  1. Flutter Cheat Sheet Pdf
  2. Intellij Vim Cheat Sheet
  3. Intellij Cheat Sheet
  4. Intellij Cheat Sheet Eclipse
  5. Intellij Cheat Sheet 2019

IntelliJ IDEA has keyboard shortcuts for most of its commands related to editing, navigation, refactoring, debugging, and other tasks. Memorizing these hotkeys can help you stay more productive by keeping your hands on the keyboard.

Flutter Cheat Sheet Pdf

If your keyboard does not have an English layout, IntelliJ IDEA may not detect all of the shortcuts correctly.

The following table lists some of the most useful shortcuts to learn:

ShortcutAction
Double Shift

Quickly find any file, action, symbol, tool window, or setting in IntelliJ IDEA, in your project, and in the current Git repository.

Ctrl+Shift+A

Find a command and execute it, open a tool window, or search for a setting.

Alt+Enter

Quick-fixes for highlighted errors and warnings, intention actions for improving and optimizing your code.

F2
Shift+F2

Jump to the next or previous highlighted error.

Ctrl+E

Select a recently opened file from the list.

Ctrl+Shift+Enter

Insert any necessary trailing symbols and put the caret where you can start typing the next statement.

Ctrl+Alt+L

Reformat the whole file or the selected fragment according to the current code style settings.

Ctrl+Alt+Shift+T

Refactor the element under the caret, for example, safe delete, copy, move, rename, and so on.

Ctrl+W
Ctrl+Shift+W

Increase or decrease the scope of selection according to specific code constructs.

Ctrl+/
Ctrl+Shift+/

Comment out a line or block of code.

Ctrl+B

Navigate to the initial declaration of the instantiated class, called method, or field.

Alt+F7

Show all places where a code element is used across your project.

Alt+1Focus the Project tool window
EscapeFocus the editor

If you are using one of the predefined keymaps for your OS, you can print the default keymap reference card and keep it on your desk to consult it if necessary. This cheat sheet is also available under Help | Keymap Reference.

Choose the right keymap

To view the keymap configuration, open the Settings/Preferences dialog Ctrl+Alt+S and select Keymap.

Enable function keys and check for possible conflicts with global OS shortcuts.

  • Use a predefined keymap

    IntelliJ IDEA automatically suggests a predefined keymap based on your environment. Make sure that it matches the OS you are using or select the one that matches shortcuts from another IDE or editor you are used to (for example, Eclipse or NetBeans ).

  • Tune your keymap

    You can modify a copy of any predefined keymap to assign your own shortcuts for commands that you use frequently.

  • Import custom keymap

    If you have a customized keymap that you are used to, you can transfer it to your installation.

Besides the default set of keymaps, you can add more as plugins (such as, keymaps for GNOME and KDE): open the Settings/Preferences dialog Ctrl+Alt+S, select Plugins and search for keymap in the Marketplace.

If your keymap stopped working after an update, it is likely that the keymap is not available by default in the new version of IntelliJ IDEA. Find this keymap as a plugin and install it on the Plugins page as described in Manage plugins.

Learn shortcuts as you work

IntelliJ IDEA provides several possibilities to learn shortcuts:

Intellij
  • Find Action is the most important command that enables you to search for commands and settings across all menus and tools.

    Press Ctrl+Shift+A and start typing to get a list of suggested actions. Then select the necessary action and press Enter to execute it.

  • Key Promoter X is a plugin that shows a popup notification with the corresponding keyboard shortcut whenever a command is executed using the mouse. It also suggests creating a shortcut for commands that are executed frequently.

  • If you are using one of the predefined keymaps for your OS, you can print the default keymap reference card and keep it on your desk to consult it if necessary. This cheat sheet is also available under Help | Keymap Reference.

  • To print a non-default or customized keymap, use the Keymap exporter plugin.

If an action has a keyboard shortcut associated with it, the shortcut is displayed near the name of the action. To add a shortcut for an action that you use frequently (or if you want to change an existing shortcut), select it and press Alt+Enter.

Use advanced features

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 thisCtrl+Alt+Shift+T

    • VCS OperationsAlt+`

  • IntelliJ IDEA provides a lot of typing assistance features, 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

JetBrains Rider has keyboard shortcuts for most of its commands related to editing, navigation, refactoring, debugging, and other tasks. Memorizing these hotkeys can help you stay more productive by keeping your hands on the keyboard.

If your keyboard does not have an English layout, JetBrains Rider may not detect all of the shortcuts correctly.

The following table lists some of the most useful shortcuts to learn:

JetBrains Rider's top keyboard shortcuts

Search EverywhereDouble Shift
Find Action...Ctrl+Shift+A
Open Solution or Project...Ctrl+Shift+O
Open File or Folder...Ctrl+O
Show Intention ActionsAlt+Enter
Navigate To...Ctrl+Shift+G
Recent FilesCtrl+E
Find UsagesAlt+F7
Select In...Alt+F1
Settings...Ctrl+Alt+S
Generate...Alt+Insert
Build SolutionCtrl+F9
Debug...Alt+Shift+F9
View Breakpoints...Ctrl+Shift+F8
Attach to Process...Ctrl+Alt+F5
VCS Operations Popup...Alt+`
Refactor This...Ctrl+Alt+Shift+T
Inspect This...Ctrl+Alt+Shift+A
Reformat CodeCtrl+Alt+L
Code Cleanup...Ctrl+E, C

Intellij Vim Cheat Sheet

For the full list of JetBrains Rider keyboard shortcuts, see Keyboard shortcuts in predefined keymaps.

Choose the right keymap

Intellij Cheat Sheet

To view the keymap configuration, open the Settings/Preferences dialog Ctrl+Alt+S and select Keymap.

Enable function keys and check for possible conflicts with global OS shortcuts.

  • Use a predefined keymap

    Among all of the predefined keymaps, you will most probably choose one of the following:

    • Visual Studio/ Visual Studio (OSX)— this keymap is recommended for users who:

      • have no experience with other IDEs;

      • have experience with plain Visual Studio;

      • have experience with Visual Studio + ReSharper and who preferred the 'Visual Studio' keyboard scheme in ReSharper.

    • ReSharper/ ReSharper (OSX)— this keymap is recommended for users who have experience with Visual Studio + ReSharper and who preferred the 'ReSharper 2.x/IntelliJ IDEA' keyboard scheme in ReSharper.

    • IntelliJ/ IntelliJ (OSX)— this keymap is recommended for users who have experience with IntelliJ IDEA or some of the JetBrains IntelliJ-platform-based IDEs and who preferred to use the 'Default'/'Mac OS X 10.5+' keymap there.

    If you are using Rider on macOS, it is recommended to choose a keymap with the OSX suffix, for example Visual Studio OSX.

    When consulting this documentation, you can see keyboard shortcuts for the keymap that you use — choose it with the selector at the top of the page:

  • Tune your keymap

    You can modify a copy of any predefined keymap to assign your own shortcuts for commands that you use frequently.

  • Import custom keymap

    If you have a customized keymap that you are used to, you can transfer it to your installation.

Besides the default set of keymaps, you can add more as plugins (such as, keymaps for GNOME and KDE): open the Settings/Preferences dialog Ctrl+Alt+S, select Plugins and search for keymap in the Marketplace.

If your keymap stopped working after an update, it is likely that the keymap is not available by default in the new version of JetBrains Rider. Find this keymap as a plugin and install it on the Plugins page as described in Manage plugins.

Learn shortcuts as you work

JetBrains Rider provides several possibilities to learn shortcuts:

  • Find Action is the most important command that enables you to search for commands and settings across all menus and tools.

    Press Ctrl+Shift+A and start typing to get a list of suggested actions. Then select the necessary action and press Enter to execute it.

  • Key Promoter X is a plugin that shows a popup notification with the corresponding keyboard shortcut whenever a command is executed using the mouse. It also suggests creating a shortcut for commands that are executed frequently.

  • If you are using one of the predefined keymaps for your OS, you can print the and keep it on your desk to consult it if necessary. This cheat sheet is also available under Help | Keymap Reference.

  • To print a non-default or customized keymap, use the Keymap exporter plugin.

If an action has a keyboard shortcut associated with it, the shortcut is displayed near the name of the action. To add a shortcut for an action that you use frequently (or if you want to change an existing shortcut), select it and press Alt+Enter.

Use advanced features

Intellij Cheat Sheet Eclipse

You can further improve your productivity with the following useful features:

Intellij Cheat Sheet 2019

  • 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 thisCtrl+Alt+Shift+T

    • VCS OperationsAlt+`

    • Navigate ToCtrl+Shift+G

    • GenerateAlt+Insert

    • Inspect ThisCtrl+Alt+Shift+A

    • Unit Testing quick listAlt+Shift+U

    • NuGet quick listAlt+Shift+N

  • Smart Keys

    JetBrains Rider provides a lot of typing assistance features, 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 JetBrains Rider 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