Shortcut IDEs
VS Code
General
Essential shortcuts for everyday coding tasks including file management, editing, and navigation
Ctrl+Shift+P / Cmd+Shift+P - Command Palette
Ctrl+P / Cmd+P - Quick Open (Go to File)
Ctrl+Shift+N / Cmd+Shift+N - New Window
Ctrl+W / Cmd+W - Close File
Ctrl+S / Cmd+S - Save
Ctrl+Shift+S / Cmd+Shift+S - Save As
Ctrl+Z / Cmd+Z - Undo
Ctrl+Y / Cmd+Shift+Z - Redo
Ctrl+X / Cmd+X - Cut
Ctrl+C / Cmd+C - Copy
Ctrl+V / Cmd+V - Paste
Ctrl+A / Cmd+A - Select AllSearch and Replace
Find and replace text within files and across the entire workspace
Navigation
Navigate between files, symbols, and different parts of your code
Editing
Text editing shortcuts for efficient code writing and manipulation
Code Formatting
Format and organize your code automatically
Terminal and Debug
Integrated terminal and debugging functionality
Visual Studio Code
Editor Management
Manage multiple editors and split layouts
File Explorer
Navigate and manage files in the sidebar
JetBrains IDE
General
Basic functionality for JetBrains IDEs like IntelliJ IDEA, PyCharm, WebStorm
Navigation
Navigate through code structure and files
Search and Replace
Find and replace across files and projects
Editing
Code editing and manipulation shortcuts
Refactoring
Code refactoring and restructuring tools
Run and Debug
Execute and debug your applications
Android Studio
General
Android Studio specific shortcuts for mobile development
Navigation
Navigate through Android project structure and resources
Android Specific
Android development specific shortcuts and tools
Layout and Resources
Work with layouts, resources, and XML files
Debugging and Testing
Debug and test Android applications
Atom
General
Basic Atom editor functionality for development
Navigation
Navigate between files and within code
Editing
Text editing and manipulation shortcuts
Panes and Windows
Manage multiple panes and windows
View and Style
Control the appearance and layout of the editor
Vim
Basic Navigation
Essential movement commands for navigating through text
Editing Modes
Switch between different editing modes
Editing Commands
Modify and manipulate text efficiently
Search and Replace
Find and replace text within files
File Operations
Work with files and buffers
Advanced Navigation
More sophisticated movement and selection
Text Objects
Work with words, sentences, and paragraphs as objects
Window Management
Manage multiple windows and splits
Last updated