10 results found
-
Using GCC with MinGW - Visual Studio Code
Get the latest version of MinGW-w64 via MSYS2, which provides up-to-date native builds of GCC, MinGW-w64, and other helpful C++ tools and libraries. This will provide you with the necessary tools to compile your code, debug it, and configure it to work with IntelliSense.
-
Configure C/C++ debugging - Visual Studio Code
To get started with debugging you need to fill in the program field with the path to the executable you plan to debug. This must be specified for both the launch and attach (if you plan to attach to a running instance at any point) configurations.
-
C/C++ for Visual Studio Code
To understand the process, let's install Mingw-w64 via MSYS2. Mingw-w64 is a popular, free toolset on Windows. It provides up-to-date native builds of GCC, Mingw-w64, and other helpful C++ tools and libraries. Download using this direct link to the MinGW installer. Run the installer and follow the steps of the installation wizard.
-
Programming Languages - Visual Studio Code
GitHub Copilot is an AI-powered code completion tool that helps you write code faster and smarter. You can use the GitHub Copilot extension in VS Code to generate code, or to learn from the code it generates. You can learn more about how to get started with Copilot in the Copilot documentation.
-
Getting started with the terminal - Visual Studio Code
Visual Studio Code includes a fully featured integrated terminal. You can use it to run commands like echo, ls, and git, just like a standalone terminal. The terminal in VS Code also provides integration with the editor to support features such as links to workspace files and error detection.
-
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 programming language but can also be configured to have richer IntelliSense by installing a language extension.
-
Code Navigation
VS Code provides two powerful commands to navigate in and across files with easy-to-use keyboard shortcuts. Hold Ctrl and press Tab to view a list of all files open in an editor group. To open one of these files, use Tab again to pick the file you want to navigate to, then release Ctrl to open it.
-
Manage Jupyter Kernels in VS Code
Only the IPyKernel package is required to launch a Python process as a kernel and execute code against your notebook (pip install ipykernel). Visit the Jupyter extension wiki to learn more. The Existing Jupyter Server category lists remote Jupyter servers previously connected.
-
Debug with GitHub Copilot - Visual Studio Code
To fix coding issues for your application code without writing a prompt, you can use the editor smart actions. Open your application code file. Select the code you want to fix. Right-click and select Copilot > Fix. Copilot provides a code suggestion to fix the code.
-
Language Identifiers - Visual Studio Code
When defining a new language identifier, use the following guidelines: Use the lowercased programming language name. Search for other extensions in the Marketplace to find out if a language identifier has already been used. The following table lists known language identifiers: