
Your Ultimate Guide to VS Code Day 2024 - Visual Studio Code
Apr 15, 2024 · Your Ultimate Guide to VS Code Day 2024 April 15, 2024 by Reynald Adolphe, @ReynaldAdolphe Watch all content from VS Code Day 2024 now. VS Code Day is our annual …
Context is all you need: Better AI results with custom instructions
Mar 26, 2025 · Context is all you need: Better AI results with custom instructions March 26, 2025 by Rob Conery, @robconery.com, Burke Holland, @burkeholland Earlier this month, we announced the …
VS Code Day: An event for an editor? - Visual Studio Code
Apr 13, 2023 · VS Code Day: An event for an editor? April 13, 2023 by Burke Holland, @burkeholland VS Code Day is a one-day "Virtually Live" event starting at 10:00 AM PST on April 26. Naming things …
Use custom instructions in VS Code
Learn how to create custom instructions for GitHub Copilot Chat in VS Code to ensure AI responses match your coding practices, project requirements, and development standards.
Code Navigation - Visual Studio Code
Visual Studio Code is a first class editor - but it's also so much more with features such as IntelliSense and smart code navigation.
AI smart actions in Visual Studio Code
Use smart actions in VS Code to get help from AI for common development tasks, such as generating commit messages, renaming symbols, or fixing coding errors.
HTML in Visual Studio Code
Folding You can fold regions of source code using the folding icons on the gutter between line numbers and line start. Folding regions are available for all HTML elements for multiline comments in the …
VS Code API | Visual Studio Code Extension API
VS Code APIis a set of JavaScript APIs that you can invoke in your Visual Studio Code extension. This page lists all VS Code APIs available to extension authors.
Other operating systems’ keyboard shortcuts and additional unassigned shortcuts available at aka.ms/vscodekeybindings
Editor Actions | Visual Studio Code Extension API
Editor Actions Editor actions can appear in the editor toolbar. You can either add an icon as a quick action or add menu item under the overflow menu (...). ️ Do Show only when contextually …