The core editor in VS Code is packed with features. This page highlights a number of them and lets you interactively try them out through the use of a number of embedded editors. For full details on the editor features for VS Code and more head over to our documentation.
Multi-cursor Editing - block selection, select all occurrences, add additional cursors and more
IntelliSense - get code assistance and parameter suggestions for your code and external modules.
Line Actions - quickly move lines around to re-order your code.
Rename Refactoring - quickly rename symbols across your code base.
Refactoring via Extraction - quickly extract common code into a separate function or constant.
Formatting - keep your code looking great with inbuilt document & selection formatting.
Code Folding - focus on the most relevant parts of your code by folding other areas.
Errors and Warnings - see errors and warning as you type.
Snippets - spend less time typing with snippets.
Emmet - integrated Emmet support takes HTML and CSS editing to the next level.
JavaScript Type Checking - perform type checking on your JavaScript file using TypeScript with zero configuration.