VS Code
Visual Studio Code is the most popular code editor.
Essential Shortcuts
Ctrl+P # Quick open file
Ctrl+Shift+P # Command palette
Ctrl+` # Terminal
Ctrl+/ # Toggle comment
Ctrl+D # Select next occurrence
Alt+Up/Down # Move line
Essential Extensions
- ESLint - JavaScript linting
- Prettier - Code formatting
- GitLens - Git integration
- Python - Python support
- Live Server - Local dev server
Summary
- VS Code is free, fast, and extensible
- Command palette (Ctrl+Shift+P) is the key feature
YouTip