10 results found
-
Java extensions for Visual Studio Code
Popular Java extensions for Visual Studio CodeJava extensions for Visual Studio Code Thanks to the great Java community around Visual Studio Code, you can use a wide range of extensions to enhance your Java development experience. Tip: To learn how to install and manage your extensions, refer to the general VS Code extension documentation. In this topic, we recommend a list of popular ...
-
Unity Development with VS Code
Unity Development with VS Code Visual Studio Code makes it easy to write and debug your C# scripts for Unity. This guide will help you make Unity and Visual Studio Code work together. If you're looking for resources to learn C#, check out our C# curriculum. Learn C# Curriculum If you're looking for resources to learn Unity, check out the learning section of the Unity website. Learn Unity Read ...
-
Introductory Videos - Visual Studio Code
Introductory Videos Start your journey using Visual Studio Code with this set of introductory videos! These videos are designed to give you an overview of VS Code's various features and quickly get you familiar with them. If you prefer going through a step-by-step guide to discover the key features, check out the VS Code tutorial. Linux users: Make sure you have the correct multimedia codecs ...
-
Semantic Highlight Guide | Visual Studio Code Extension API
Semantic Highlight Guide Semantic highlighting is an addition to syntax highlighting as described in the Syntax Highlight guide. Visual Studio Code uses TextMate grammars as the main tokenization engine. TextMate grammars work on a single file as input and break it up based on lexical rules expressed in regular expressions. Semantic tokenization allows language servers to provide additional ...
-
Visual Studio Code FAQ
Visual Studio Code FAQ Our docs contain a Common questions section as needed for specific topics. We've captured items here that don't fit in the other topics. If you don't see an answer to your question here, check our previously reported issues on GitHub and our release notes. Open sourcing AI in VS Code We've open sourced the GitHub Copilot Chat extension under the MIT license and are ...
-
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 ...
-
What is a VS Code workspace?
Single-folder workspaces You don't have to do anything for a folder to become a VS Code workspace other than open the folder with VS Code. Once you open a folder, VS Code automatically keeps track of configuration, such as your open files or editor layout. When you reopen that folder in VS Code, the editor will be as you left it previously. You can also add other folder-specific configurations ...
-
Deploy Java Web Apps - Visual Studio Code
Deploy Java Web Apps The Azure Tools extension pack contains a rich set of extensions that make it easy to discover and interact with the cloud services that power your Java applications. The extension pack supports the following development workflows: Deploy Java applications (including containers) to Azure App Service. Deploy Spring microservices to Azure Spring Cloud. Deploy serverless code ...
-
Transact-SQL in Visual Studio Code
Learn about Visual Studio Code editor features (code completion, debugging, snippets, linting) for Transact-SQL.
-
Using Clang in Visual Studio Code
Using Clang in Visual Studio Code In this tutorial, you configure Visual Studio Code on macOS to use the Clang/LLVM compiler and debugger. After configuring VS Code, you will compile and debug a C++ program in VS Code. This tutorial does not teach you about Clang or the C++ language. For those subjects, there are many good resources available on the Web. If you have any trouble, feel free to ...