10 results found
-
C/C++ for Visual Studio Code
When you create a *.cpp file, the extension adds features such as syntax highlighting (colorization), smart completions and hovers (IntelliSense), and error checking. Open VS Code. Select the Extensions view icon on the Activity Bar or use the keyboard shortcut (⇧⌘X (Windows, Linux Ctrl+Shift+X)). Search for 'C++'. Select Install.
-
March 2024 (version 1.88) - Visual Studio Code
Welcome to the March 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: Apply custom editor labels - Distinguish between editors with same file names. Locked scrolling - Compare editors side-by-side with synchronized scrolling.
-
C++ extension settings reference - Visual Studio Code
For general information about settings in VS Code, refer to Configure settings, as well as the Variables reference and Default VS Code Settings. Looking to get started with configuring your C++ project? Begin with configure Intellisense. The following JSON snippet is an example configuration for c_cpp_properties.json.
-
Using C++ on Linux in VS Code - Visual Studio Code
In this tutorial, you will configure Visual Studio Code to use the GCC C++ compiler (g++) and GDB debugger on Linux. GCC stands for GNU Compiler Collection; GDB is the GNU debugger. After configuring VS Code, you will compile and debug a simple C++ program in VS Code. This tutorial does not teach you GCC, GDB, Ubuntu or the C++ language.
-
Extension Guides | Visual Studio Code Extension API
Here are the guides on the VS Code website, including their usage of the VS Code API and Contribution Points. Don't forget to refer to the UX Guidelines to learn the user interface best practices for creating extensions. Here is a list of additional samples from the VS Code Extensions samples repo. These samples are Language Extensions samples:
-
February 2024 (version 1.87) - Visual Studio Code
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: Voice dictation in editor - Use your voice to dictate directly in the editor. Multi-cursor inline suggestions - Review and accept inline suggestions for multiple cursors.
-
Using GCC with MinGW - Visual Studio Code
In this tutorial, you configure Visual Studio Code to use the GCC C++ compiler (g++) and GDB debugger from mingw-w64 to create programs that run on Windows. After configuring VS Code, you will compile, run, and debug a Hello World program. This tutorial does not teach you about GCC, GDB, minGW-w64, or the C++ language.
-
Troubleshoot Terminal launch failures - Visual Studio Code
Below are specific troubleshooting steps, if the user guide hasn't helped you diagnose the launch failure. The troubleshooting steps, such as checking your settings and enabling logging, apply to all platforms that support VS Code; macOS, Linux, and Windows.
-
Visual Studio Code - Code Editing. Redefined
{"products":[{"url":"https://vscode.download.prss.microsoft.com/dbazure/download/stable/2901c5ac6db8a986a5666c3af51ff804d05af0d4/VSCodeUserSetup-x64-1.101.2.exe ...
-
August 2024 (version 1.93) - Visual Studio Code
Welcome to the August 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: Profiles editor - Switch and manage your profiles from a single place. Django unit test support - Discover and run Django unit tests from the Test Explorer.