- Customizing Shortcuts
- What we’ll cover
- Explore how shortcuts are managed by VS Code and customized by the developer
- Creating a few custom shortcuts
- Resources
- Pro Tips
ctrlCmd
- Command on Mac and Control on Windows. This way, you can share many of the same key bindings across Mac and WindowsctrlCmd + K ctrlCmd + S
– to open up Shortcuts page
- What we’ll cover
- Customizing User and Workspace Settings
- What we’ll cover
- How settings are managed by VS Code and customized by the developer
- Tweaking settings to customize the editor
- Resources
- Pro Tips
- Settings are incredibly easy and fast to customize. Spend some time trying out new settings and customizing them to fit you as a developer.
- What we’ll cover
- Using Font Ligatures
- What we’ll cover
- How to take advantage of Font Ligatures in VS Code
- Resources
- Pro Tips
- Font Ligatures can provide increased readability in your code, not to mention give you a little flare!
- Set
editor.fontLigatures
totrue
andeditor.fontFamily
to“Fira Code”
to take advantage of Font Ligatures
- What we’ll cover
- Installing Your First Extension
- What we’ll cover
- How extensions can add functionality and customization to VS Code
- Where to find and install extensions
- How to enable/disable installed extensions
- Resources
- What we’ll cover
- Popular Extensions Part 1
- What we’ll cover
- First set of extremely popular and useful extensions
- Resources
- VS Code Extensions
- Quokka
- Polacode
- Bracket pair Colorizer
- Rainbow Brackets
- Advanced New File
- Auto Close Tag
- Auto import (built in now?)
- Auto Rename Tag
- Html Tag Wrapper
- Live server
- Open in Browser
- Vs code icons
- What we’ll cover
- Popular Extensions Part 2
- What we’ll cover
- Second set of extremely popular and useful extensions
- Resources
- VS Code Extensions
- Better comments
- JavaScript ES6 Snippets
- Npm intellisense (built In now)
- Path intellisense (built In now)
- Import cost
- Express Snippets (can't find this one anymore...?2. )
- Dotenv
- Intellisense for css classnames
- Todo
- Bookmarks
- Docker
- What we’ll cover
- Popular Extensions Part 3
- What we’ll cover
- Third set of extremely popular and useful extensions
- Resources
- VS Code Extensions
- Azure Extension Pack
- React Redux Snippets
- Vetur
- Project Manager
- Angular Extension Pack
- Azure app Service
- Editor config
- ES Lint
- Settings Sync
- Git Lens
- Prettier Code Formatter
- Git History
- Color Picker
- Git Extension Pack
- What we’ll cover
- Settings Sync Extension
- What we’ll cover
- How you can synchronize your VS Code settings with the Settings Sync extensions
- Resources
- What we’ll cover
- Themes
- What we’ll cover
- How to install themes to customize the look and feel of VS Code
- Popular themes to choose from
- Resources
- VS Code Docs Themes
- Night Owl
- One Dark Pro
- Dracula
- Cobalt 2
- Material Theme
- What we’ll cover