Tooling
Cap nhat 5 thg 1, 2026VS Code Productivity Setup
Essential VS Code extensions, settings, and keyboard shortcuts for frontend development.
tooling
vscode
productivity
Must-Have Extensions
- ESLint: Real-time linting
- Prettier: Auto-formatting
- Tailwind CSS IntelliSense: Class autocomplete
- GitLens: Git blame and history
- Error Lens: Inline error display
Key Shortcuts
- Cmd+P: Quick file open
- Cmd+Shift+P: Command palette
- Cmd+D: Select next occurrence
- Cmd+Shift+L: Select all occurrences
- Alt+Up/Down: Move line
Settings
- Format on save: true
- Default formatter: Prettier
- Tab size: 2
- Bracket pair colorization: true
- Minimap: disabled (use Cmd+P instead)