← Back to Shortcut Collections
DataGrip

DataGrip

A professional tool for unified database operations, revolutionizing database work from SQL creation to execution and analysis

Shortcuts for efficiently exploring complex database structures with fast access to tables, procedures, and objects

Ctrl+N
Go to table/procedure, etc.
Goes to table, procedure, etc.
💡 Hint: Ctrl + N = go to object
🎯 Quickly search tables and procedures by name to instantly access database objects
Ctrl+Alt+Shift+N
Go to any object
Goes to any object in the workspace.
💡 Hint: Ctrl + Alt + Shift + N = any object
🎯 Search across all objects in the workspace to efficiently explore database structure
Alt+1
Show database explorer
Shows the database explorer.
💡 Hint: Alt + 1 = database explorer
🎯 Instantly display the database explorer to grasp the overall database structure
F4
Jump to table's data
Jumps to the table's data.
💡 Hint: F4 = jump to data
🎯 Instantly navigate from table definition to data view to check actual data content
Ctrl+B
Jump to DDL
Jumps to the DDL definition.
💡 Hint: Ctrl + B = jump to DDL
🎯 Quickly check object structure definitions to understand detailed specifications of tables and views
Ctrl+F12
Show file structure popup
Shows the file structure popup.
💡 Hint: Ctrl + F12 = structure popup
🎯 Display file structure in a popup to quickly understand complex script composition
Alt+F1
Show current file or object in any view
Highlights the current file or object in any view.
💡 Hint: Alt + F1 = show current file
🎯 View the currently open object in other views to understand structure from different perspectives