Visual Studio Code
Microsoft's lightweight yet powerful code editor supporting development in any language with rich extensions and excellent IntelliSense
File operation shortcuts for rapid file handling and management within projects
Ctrl+N
New File
Creates a new file.
💡 Hint: New
🎯 Instantly create new files to start coding work
Ctrl+O
Open File...
Opens the file open dialog.
💡 Hint: Open
🎯 Open file selection dialog to add external files to project
Ctrl+S
Save
Saves the current file.
💡 Hint: Save
🎯 Save current work to prevent data loss
Ctrl+K → Ctrl+S
Save All
Saves all open files.
💡 Hint: Keyboard Save all
🎯 Batch save all open files to securely maintain work state
Ctrl+F4
Close editor
Closes the current editor tab.
💡 Hint: F4 = Close
🎯 Close unnecessary file tabs to organize workspace
Ctrl+Shift+N
New window/instance
Opens a new VS Code window/instance.
💡 Hint: New window
🎯 Enhance efficiency for multi-project work or comparison tasks
Ctrl+Shift+W
Close window/instance
Closes the current VS Code window/instance.
💡 Hint: Window close
🎯 Close VS Code window to optimize system resources