🔥 DataGrip Popular Shortcuts
Master essential DataGrip shortcuts to dramatically speed up your workflow from writing SQL to executing queries and browsing data.
TOP 1
Ctrl+Enter
Execute statement
Executes the current SQL statement.
🎯 Quickly execute the current SQL statement and view the results instantly.
💡 Hint: Ctrl + Enter = execute
TOP 2
Ctrl+Space
Code completion
Shows code completion.
🎯 Use code completion to speed up writing SQL and scripts.
💡 Hint: Ctrl + Space = code completion
TOP 3
Ctrl+B → Ctrl+Click
Go to declaration
Goes to the declaration of the selected element.
🎯 Jump to the declaration of the selected element to quickly inspect its definition.
💡 Hint: Ctrl + B / Ctrl+Click = go to declaration
TOP 4
Alt+Enter
Show intention actions and quick-fixes
Shows the intention actions and quick-fixes popup.
🎯 Instantly show quick-fixes and refactoring suggestions to improve your code.
💡 Hint: Alt + Enter = intentions/quick-fixes
TOP 5
Ctrl+Alt+L
Reformat code
Automatically reformats code.
🎯 Automatically reformat SQL code to improve readability and maintain a consistent style.
💡 Hint: Ctrl + Alt + L = reformat code
TOP 6
Ctrl+Shift+A
Find action
Finds any action inside the IDE.
🎯 Search for any action in the IDE to execute commands quickly.
💡 Hint: Ctrl + Shift + A = find action
TOP 7
Shift → Shift
Search everywhere
Searches everywhere in the IDE.
🎯 Search for files, classes, settings, and more anywhere using the keyboard.
💡 Hint: Press Shift twice = search everywhere
TOP 8
Alt+1
Show database explorer
Shows the database explorer.
🎯 Instantly open the database explorer to easily browse schemas and tables.
💡 Hint: Alt + 1 = database explorer