
Basic editing - Visual Studio Code
Visual Studio Code is an editor first and foremost, and includes the features you need for highly productive source code editing. This topic takes you through the basics of the editor and helps …
Visual Studio Code tips and tricks
Visual Studio Code tips and tricks. Use the tips and tricks in this article to jump right in and learn how to be productive with Visual Studio Code. Become familiar with the powerful editing, code …
Visual Studio Code - Code Editing. Redefined
Customize VS Code with AI-powered functionality from extensions and Model Context Protocol servers to use in Chat. Or, build your own extension to power your team's unique scenarios.
Themes - Visual Studio Code
Themes are just one way to customize VS Code. If you'd like to learn more about VS Code customization and extensibility, try these articles: Settings - Learn how to configure VS Code …
Sublime Text Extension Roundup - Visual Studio Code
Apr 10, 2017 · In this blog, I'll present some existing VS Code features and suggested extensions to help you if you are coming from Sublime Text. Tip: To install all of the extensions mentioned …
IntelliSense - Visual Studio Code
Visual Studio Code IntelliSense is provided for JavaScript, TypeScript, JSON, HTML, CSS, SCSS, and Less out of the box. VS Code supports word-based completions for any …
Syntax Highlight Guide | Visual Studio Code Extension API
Syntax highlighting determines the color and style of source code displayed in the Visual Studio Code editor. It is responsible for colorizing keywords like if or for in JavaScript differently than …
HTML in Visual Studio Code
Visual Studio Code provides basic support for HTML programming out of the box. There is syntax highlighting, smart completions with IntelliSense, and customizable formatting. VS Code also …
User interface - Visual Studio Code
A quick overview of the Visual Studio Code user interface. Learn about the editor, window management, and special UI to handle source control, extension management, full text search …
Custom Editor API | Visual Studio Code Extension API
Custom text editors let you create custom editors for text files. This can be anything from plain unstructured text to CSV to JSON or XML. Custom text editors use VS Code's standard …