10 results found
-
Download Visual Studio Code - Mac, Linux, Windows
Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.
-
October 2024 (version 1.95) - Visual Studio Code
With Copilot Edits, you can start an AI-powered code editing session where you can quickly iterate on code changes. Based on your prompts, Copilot Edits proposes code changes across multiple files in your workspace.
-
Visual Studio Code for the Web
Visual Studio Code for the Web provides a free, zero-install Microsoft Visual Studio Code experience running entirely in your browser, allowing you to quickly and safely browse source code repositories and make lightweight code changes. To get started, go to https://vscode.dev in your browser.
-
Why did we build Visual Studio Code?
Visual Studio Code supports macOS, Linux, and Windows - so you can hit the ground running, no matter the platform. At its heart, Visual Studio Code features a lightning fast source code editor, perfect for day-to-day use.
-
September 2016 (version 1.6) - Visual Studio Code
Simply open the Command Palette (⇧⌘P (Windows, Linux Ctrl+Shift+P)) and type Switch Window. A dropdown will appear showing all the opened VS Code Windows (instances) and you can quickly move from one to the other without leaving the keyboard, right from within VS Code.
-
June 2025 (version 1.102) - Visual Studio Code
Setting up custom instructions for your project can significantly improve AI suggestions by providing context about your coding standards and project conventions.
-
Additional components and tools - Visual Studio Code
Basic functionality like the editor, file management, window management, and preference settings are included. A JavaScript/TypeScript language service and Node.js debugger are also part of the base install.
-
Terminal Basics - Visual Studio Code
To create a new terminal, use the ⌃⇧` (Windows, Linux Ctrl+Shift+`) keyboard shortcut. VS Code's terminal has additional functionality called shell integration that tracks where commands are run with decorations on the left of a command and in the scrollbar:
-
January 2025 (version 1.97) - Visual Studio Code
Welcome to the January 2025 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: Next Edit Suggestions (preview) - Copilot predicts the next edit you are likely to make. Reposition Command Palette - Drag the Command Palette and Quick Inputs to a new position.
-
Refactoring C++ code
To create a function declaration or definition, either: Select your class function definition, select the Code Action (light bulb icon), and then select Create a Declaration. Similarly, to create a definition, select the function declaration, select the Code Action, and then select Create a Definition.