10 results found
-
Keyboard shortcuts for Visual Studio Code
Here you will find the complete list of keyboard shortcuts for Visual Studio Code and how to change them.
-
Setting up Visual Studio Code
Setting up Visual Studio Code VS Code is a free code editor, which runs on the macOS, Linux, and Windows operating systems. Getting up and running with Visual Studio Code is quick and easy. It is a small download so you can install in a matter of minutes and give VS Code a try. VS Code is lightweight and should run on most available hardware and platform versions. You can review the System ...
-
June 2024 (version 1.91) - Visual Studio Code
Learn what is new in the Visual Studio Code June 2024 Release (1.91)
-
February 2024 (version 1.87) - Visual Studio Code
February 2024 (version 1.87) Update 1.87.1: The update addresses these issues. Update 1.87.2: The update addresses this security issue. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the February 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include ...
-
Introduction to Git in VS Code
Get started with Git in Visual Studio Code and take control of your code! Our beginner's guide covers everything you need to know, from setting up a repository to committing changes and collaborating with others. Learn Git today and streamline your development workflow.
-
Visual Studio Code documentation search
Search Visual Studio Code's documentation.'Try MCP servers to extend agent mode in VS Code!
-
January 2023 (version 1.75) - Visual Studio Code
Welcome to the January 2023 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: Profiles - Create and share profiles to configure extensions, settings, shortcuts, and more. VS Marketplace signing - Published extensions now code signed by default. Accessibility improvements - Terminal screen reader mode, new ...
-
Configure C/C++ IntelliSense - Visual Studio Code
Configure C/C++ IntelliSense This article is about configuring the C/C++ extension to provide C++ specific IntelliSense suggestions in Visual Studio Code. IntelliSense is a helpful tool built into VS Code that provides various code editing features to help you code faster and more efficiently. For example, code completion, parameter info, syntax highlighting, Code Actions (light bulbs), and ...
-
Virtual Workspaces | Visual Studio Code Extension API
Virtual Workspaces Extensions like the GitHub Repositories extension open VS Code on one or more folders backed by a file system provider. When an extension implements a file system provider, workspace resources may not be located on the local disk, but be virtual, located on a server or the cloud, and editing operations happen there. This configuration is called a virtual workspace. When a ...
-
Jupyter Notebooks in VS Code
Jupyter (formerly IPython Notebook) is an open-source project that lets you easily combine Markdown text and executable Python source code on one canvas called a notebook. Visual Studio Code supports working with Jupyter Notebooks natively, and through Python code files. This topic covers the native support available for Jupyter Notebooks and demonstrates how to: