← Back to Shortcut Collections
DataGrip

DataGrip

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

Navigation shortcuts for efficiently understanding codebases even in large projects with code jumping, searching, and replacement features

ShiftShift
Search everywhere
Searches everywhere in the IDE.
💡 Hint: Press Shift twice = search everywhere
🎯 Search across all items in the IDE to quickly find files, tables, settings, and all elements
Ctrl+Shift+A
Find action
Finds any action inside the IDE.
💡 Hint: Ctrl + Shift + A = find action
🎯 Search all actions within the IDE to execute functions directly without exploring menus
Ctrl+F
Find
Searches for text in the current context.
💡 Hint: Find
🎯 Quickly search text within current files or editors to instantly find target code
Ctrl+R
Replace
Replaces text in the current context.
💡 Hint: Replace
🎯 Efficiently perform code corrections and updates with bulk text replacement
Ctrl+Shift+F
Find in path
Finds text in path.
💡 Hint: Ctrl + Shift + F = find in path
🎯 Perform cross-file searches across the entire project to quickly find code spanning multiple files
Ctrl+BCtrl+Click
Go to declaration
Goes to the declaration of the selected element.
💡 Hint: Ctrl + B / Ctrl+Click = go to declaration
🎯 Instantly jump to variable or object definitions to efficiently understand code structure
Ctrl+Alt+Left
Go back
Goes back to the previous view or location.
💡 Hint: Ctrl + Alt + Left = go back
🎯 Return to previous view positions to efficiently navigate using navigation history during code exploration
Ctrl+Alt+Right
Go forward
Goes forward to the next view or location.
💡 Hint: Ctrl + Alt + Right = go forward
🎯 Move to next view positions to maintain code navigation flow while continuing work
Ctrl+E
Show recent locations
Shows a list of recent locations.
💡 Hint: Ctrl + E = recent locations
🎯 Display recently accessed locations to quickly return to frequently used files or positions