DataGrip 2020.3 Help

Keyboard shortcuts

DataGrip 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.

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

ShortcutAction
Double Shift

Search Everywhere

Find anything related to DataGrip or your project and open it, execute it, or jump to it.

Ctrl+Shift+A

Find Action

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

Alt+Enter

Show intention actions and quick-fixes

Fix highlighted error or warning, improve or optimize a code construct.

F2
Shift+F2

Navigate between code issues

Jump to the next or previous highlighted error.

Ctrl+E

View recent files

Select a recently opened file from the list.

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

Find usages

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.

Delete a line or redo
Ctrl+NumPad - and Ctrl+NumPad +

Fold and unfold big numbers

Improve the readability of big numbers.

Fold big numbers

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.

  • Use a predefined keymap

    DataGrip 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.

Learn shortcuts as you work

DataGrip 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.

    Find Action
  • 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.

Productivity tips

Switch macOS glyphs to words

  1. Press Ctrl+Shift+A and type Registry.

  2. In the Registry dialog, type ide.macos.disable.native.shortcut.symbols

  3. Select the checkbox in the Value column of the ide.macos.disable.native .shortcut.symbols option.

    EnabledDisabled (Default)
    ide.macos.disable.native.shortcut.symbols
    ide.macos.disable.native.shortcut.symbols
Last modified: 05 April 2021