
Using React in Visual Studio Code
You can now create a new React application by typing: npx create-react-app my-app. where my-app is the name of the folder for your application. This may take a few minutes to create the …
Java Web Apps with Visual Studio Code
This tutorial shows you how to create a Java web application with Visual Studio Code. You'll learn how to deploy a Java web application to a Linux Tomcat server in Azure App Service. Scenario
Tutorial: Get started with Visual Studio Code
In this tutorial, you learn about the key features of Visual Studio Code to help you get started with coding quickly. You learn about the different components of the user interface and how to …
Getting started with Visual Studio Code
Getting started with Visual Studio Code. In this tutorial, we walk you through setting up Visual Studio Code and give an overview of the basic features.
AI Toolkit for Visual Studio Code
AI Toolkit for Visual Studio Code is an extension to help developers and AI engineers to easily build AI apps through developing and testing with generative AI models locally or in the cloud. …
Java on Azure Spring Apps - Visual Studio Code
This tutorial shows you how to create a Java web application with Visual Studio Code. You'll learn how to run, debug, and edit the Java web app locally and then on a fully managed …
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 …
Getting Started with C# in VS Code - Visual Studio 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 …
Django Tutorial in Visual Studio Code
In this Django tutorial, you create a simple Django app with three pages that use a common base template. You create this app in the context of Visual Studio Code in order to understand how …
FastAPI Tutorial in Visual Studio Code
In this FastAPI tutorial, we will create a grocery list app using FastAPI. By the end of the tutorial, you will understand how to work with FastAPI in the Visual Studio Code terminal, editor, and …