10 results found
-
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 customize it to your liking.
-
Django Tutorial in Visual Studio Code
Django is a high-level Python framework designed for rapid, secure, and scalable web development. Django includes rich support for URL routing, page templates, and working with data. In this Django tutorial, you create a simple Django app with three pages that use a common base template.
-
What is a VS Code workspace? - Visual Studio Code
What is a VS Code workspace? A Visual Studio Code workspace is the collection of one or more folders that are opened in a VS Code window (instance). In most cases, you will have a single folder opened as the workspace.
-
User and workspace settings - Visual Studio Code
Reset settings. You can always reset a setting to the default value by hovering over a setting to show the gear icon, clicking on the gear icon, and then selecting the Reset Setting action.. While you can reset settings individually via the Settings editor, you can reset all changed settings by opening settings.json and deleting the entries between the braces {}.
-
Node.js debugging in VS Code - Visual Studio Code
Node.js debugging in VS Code. The Visual Studio Code editor has built-in debugging support for the Node.js runtime and can debug JavaScript, TypeScript, and many other languages that are transpiled into JavaScript. Setting up a project for Node.js debugging is straightforward with VS Code providing appropriate launch configuration defaults and snippets.
-
Running and debugging Java - Visual Studio Code
Hot Code Replace (HCR) is a debugging technique whereby the Debugger for Java transmits the class changes over the debugging channel to another Java Virtual Machine (JVM). HCR facilitates experimental development and fosters iterative trial-and-error coding.
-
Compiling TypeScript - Visual Studio Code
TypeScript is a typed superset of JavaScript that transpiles to plain JavaScript. It offers classes, modules, and interfaces to help you build robust components. Visual Studio Code includes TypeScript language support but does not include the TypeScript compiler, tsc.
-
VS Code Remote Development - Visual Studio Code
Visual Studio Code Remote Development allows you to use a container, remote machine, or the Windows Subsystem for Linux (WSL) as a full-featured development environment. You can: Develop on the same operating system you deploy to or use larger or more specialized hardware.
-
Visual Studio Code on macOS
Install Git, Node.js, TypeScript, language runtimes, and more. Customize VS Code with themes, formatters, language extensions and debuggers for your favorite languages, and more.
-
Visual Studio Code - Code Editing. Redefined.
2024-11-12T00:00:00.000Zhttps://code.visualstudio.com/blogs/2024/11/12/introducing-copilot-edits
Copilot Edits allows you to get to the changes you need in your workspace, across multiple files, using a UI designed for fast iteration. You can specify a set of files to be edited, and then use natural language to simply ask Copilot what you need.