In this tutorial, we cover code editing, including the features outlined below. After viewing this overview, read on in the Learn More section to see more features.
Outline
- Emmet syntax for HTML and CSS development
 - Hover over CSS elements
 - Use case of using a task
 - Global find and replace, including regex search
 - ESLint for JavaScript linting
 - Errors and Warning output
 - Multi-cursor editing
 - Code folding
 - Bracket matching
 - Code formatting to consistently style code
 
Learn More
- Basic Editing - Learn about the powerful VS Code editor.
 - Code Navigation - Move quickly through your source code.
 - Emmet Snippets - Use Emmet Snippets.
 - Tasks - Create tasks to use external tools inside VS Code.
 - JavaScript Linters - Install linters for JavaScript.
 - Code Folding - See the details of source code folding.
 - Tips and Tricks - A GitHub repository of helpful tips and tricks for VS Code.
 
Next Video
- IntelliSense - Set up IntelliSense for intelligent code completion.