10 results found
-
Unity Development with VS Code
Note: The Visual Studio Code Editor package published by Unity is a legacy package from Unity that is not maintained anymore. Set VS Code as Unity's external editor Open up Unity Preferences, External Tools, then select Visual Studio Code as External Script Editor. Editing Evolved You are now ready to start editing with Visual Studio Code.
-
Visual Studio Code - Code Editing. Redefined
Visual Studio Code redefines AI-powered coding with GitHub Copilot for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
-
Download Visual Studio Code - Mac, Linux, Windows
Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.
-
Working with C# - Visual Studio Code
C# Dev Kit documentation .NET Development - get up and running with cross-platform .NET Basic Editing - Learn about the powerful VS Code editor. Tasks - Use tasks to build your project and more. Debugging - Find out how to use the debugger with your project. Unity development - Learn about using VS Code with your Unity projects.
-
What is a VS Code workspace?
A multi-root workspace opened in VS Code Note: The visual difference of having a folder opened versus opening a .code-workspace file can be subtle. To give you a hint that a .code-workspace file has been opened, some areas of the user interface (for example, the root of the File Explorer) show an extra (Workspace) suffix next to the name. Untitled multi-root workspaces You can flexibly add or ...
-
Using .NET in Visual Studio Code
Using .NET in Visual Studio Code .NET provides a fast and modular platform for creating many different types of applications that run on Windows, Linux, and macOS. Use Visual Studio Code with the C# and F# extensions to get a powerful editing experience with C# IntelliSense, F# IntelliSense (smart code completion), and debugging. Setting up VS Code for .NET development If you are an existing ...
-
C# Dev Kit FAQ - Visual Studio Code
The .NET MAUI extension and the Unity extension are built on top of C# Dev Kit and provide additional support for building .NET Multi-platform App UI (MAUI) apps and Unity apps. These extensions support the modern .NET project format, also known as "sdk-style" projects.
-
Getting Started with C# in VS Code
Getting Started with C# in VS Code This getting started guide introduces you to C# and .NET for Visual Studio Code through the following tasks: Installing and setting up your VS Code environment for C#. Writing and running a simple "Hello World" application using C#. Introduce you to other learning resources for C# in VS Code. Keep in mind, that this guide won't teach you C#. Instead, it ...
-
User interface - Visual Studio Code
User interface At its heart, Visual Studio Code is a code editor. Like many other code editors, VS Code adopts a common user interface and layout of an explorer on the left, showing all of the files and folders you have access to, and an editor on the right, showing the content of the files you have opened.
-
Debugging - Visual Studio Code
Expression evaluation The debugger also lets you evaluate expressions in the WATCH window as well as the Debug Console. Hot Reload With the C# Dev Kit extension installed, the debugger allows you to apply C# code changes while debugging. In order to enable Hot Reload, csharp.experimental.debug.hotReload must be set to true, see User settings for more information. The Hot Reload session will ...