10 results found
-
March 2024 (version 1.88) - Visual Studio Code
We expanded support for opening editors into floating windows to custom editors, and generally all editors that use the webview API. This includes markdown preview, browser preview, and complex custom editors, such as our hex editor.
-
Visual Studio Code for the Web
Visual Studio Code for the Web provides a free, zero-install Microsoft Visual Studio Code experience running entirely in your browser, allowing you to quickly and safely browse source code repositories and make lightweight code changes. To get started, go to https://vscode.dev in your browser.
-
Download Visual Studio Code Insiders
Insiders has the most recent code pushes and may lead to the occasional broken build. New builds at least everyday with features, bug fixes, and other recently closed issues. Insiders installs next to the Stable build, allowing you to use either independently.
-
Why did we build Visual Studio Code?
Visual Studio Code supports macOS, Linux, and Windows - so you can hit the ground running, no matter the platform. At its heart, Visual Studio Code features a lightning fast source code editor, perfect for day-to-day use.
-
Running Python code in Visual Studio Code
Whether you are experimenting with smaller lines of Python code in the REPL or ready to run a Python script, the Python extension offers multiple ways to run your code.
-
Visual Studio Code tips and tricks
Become familiar with the powerful editing, code intelligence, and source code control features and learn useful keyboard shortcuts. Make sure to explore the other in-depth topics in Getting Started and the User Guide to learn more.
-
Setting up Visual Studio Code
VS Code is a small download (< 200 MB) and has a disk footprint of less than 500 MB, so you can quickly install VS Code and try it out. How do I create and run a new project? VS Code doesn't include a traditional File > New Project dialog or pre-installed project templates.
-
Visual Studio Code documentation search
Search Visual Studio Code's documentation.'
-
Quick Start Guide for Data Wrangler in VS Code
Viewing mode: The viewing mode optimizes the interface for you to quickly view, filter and sort your data. This mode is great for doing initial exploration on the dataset. Editing mode: The Editing mode optimizes the interface for you to apply transformations, cleaning, or modifications to your dataset.
-
Refactoring - Visual Studio Code
Visual Studio Code supports refactoring operations (refactorings) such as Extract Method and Extract Variable to improve your codebase from within the editor.