10 results found
-
Default keyboard shortcuts reference - Visual Studio Code
Default keyboard shortcuts reference VS Code comes with a set of default keyboard shortcuts. This article lists common default keyboard shortcuts in VS Code. For a full list of keyboard shortcuts, use either of these options within VS Code: Select Preferences: Open Default Keyboard Shortcuts (JSON) in the Command Palette. Open the Keyboard Shortcuts editor, and then select Show System ...
-
Glob Patterns Reference - Visual Studio Code
Visual Studio Code glob patterns referenceGlob Patterns Reference Visual Studio Code uses glob patterns in many components. Examples include setting file and folder includes/excludes in features such as Search, hiding files from the File Explorer or marking them readonly, and setting up programming language-specific file associations. Glob pattern syntax VS Code supports the following glob ...
-
C/C++ for Visual Studio Code
Find out how to get the best out of Visual Studio Code and C++.
-
Extension Manifest | Visual Studio Code Extension API
At the core of Visual Studio Code's extensibility model is an extension (plug-in) manifest file where your extension declares its extension type(s), activation rules, and runtime resources.
-
Refactoring C++ code
Refactoring C++ code The C/C++ extension in Visual Studio Code has multiple refactoring features to help you improve your code's structure, readability, and maintainability without altering its runtime behavior. These include features such as Extract Method and Create Declaration and Definitions. Create declarations or definitions Simplify the process of creating a function's declaration or ...
-
Using C++ on Linux in VS Code
Using C++ on Linux in VS 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. For those subjects, there ...
-
Set up a template project in model conversion - Visual Studio Code
Model Conversion reference about setup template project.Set up a template project in model conversion This article introduces how to set up and customize a template project in model conversion, guiding you through editing configuration files like sample.json, model_project.config, and others to suit your specific model, dataset, and workflow needs. After creating the template project, you ...
-
Visual Studio Code tips and tricks
Visual Studio Code tips and tricks Use the tips and tricks in this article to jump right in and learn how to be productive with Visual Studio Code. Become familiar with the powerful editing, code intelligence, and source code control features and learn useful keyboard shortcuts. Make sure to explore the other in-depth topics in Getting Started and the User Guide to learn more. If you're just ...
-
Programming Languages - Visual Studio Code
In Visual Studio Code we have support for all common languages including smart code completion and debugging.
-
Workspace Trust - Visual Studio Code
Workspace Trust July 6, 2021 by Chris Dias, @chrisdias Can I trust myself? This is the existential question facing many Visual Studio Code users since the 1.57 update. While we can't answer that question for you, we can tell you more about why we've introduced the concept of Workspace Trust. But first, a little background. Cats and keyboards, and bad apples The internet is full of happy things ...