
Using React in Visual Studio Code
In this tutorial, we used the create-react-app generator to create a simple React application. There are lots of great samples and starter kits available to help build your first React application. VS Code React Sample. This is a sample React application, which creates a simple TODO application and includes the source code for a Node.js Express ...
Visual Studio Code debug configuration
Visual Studio Code debug configuration. For complex debugging scenarios or applications, you need to create a launch.json file to specify the debugger configuration. For example, to specify the application entry point, attach to a running application, or to set environment variables.
Node.js tutorial in Visual Studio Code
The Visual Studio Code editor has great support for writing and debugging Node.js applications. This tutorial takes you from Hello World to a full Express web application.
jsconfig.json - Visual Studio Code
Visual Studio Code's JavaScript support can run in two different modes: File Scope - no jsconfig.json: In this mode, JavaScript files opened in Visual Studio Code are treated as independent units.
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 debugger. This tutorial is not a FastAPI deep dive. For that, you can refer to …
TypeScript tutorial in Visual Studio Code
TypeScript tutorial in Visual Studio Code. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. It offers classes, modules, and interfaces to help you build robust components. Install the TypeScript compiler. Visual Studio Code includes TypeScript language support but does not include the TypeScript compiler, tsc.
Deploying Applications to Azure - Visual Studio Code
Visual Studio Code makes it easy to deploy your applications to the cloud with Azure and we've created walkthroughs to help you get started. Whether you're a fullstack, backend, API developer, or DevOps engineer, you'll find the deployment steps you need.
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
Using Vue in Visual Studio Code
Vue JavaScript tutorial showing IntelliSense, debugging, and code navigation support in the Visual Studio Code editor.
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 to work with Django in the VS Code terminal, editor, and debugger.