10 results found
-
Markdown and Visual Studio Code
Working with Markdown files in Visual Studio Code is simple, straightforward, and fun. Besides VS Code's basic editing, there are a several Markdown-specific features that help you be more productive.
-
Terminal Basics - Visual Studio Code
To create a new terminal, use the ⌃⇧` (Windows, Linux Ctrl+Shift+`) keyboard shortcut. VS Code's terminal has additional functionality called shell integration that tracks where commands are run with decorations on the left of a command and in the scrollbar:
-
Markdown Extension | Visual Studio Code Extension API
Learn how to extend Visual Studio Code's built-in Markdown preview.
-
Introducing the Markdown Language Server - Visual Studio Code
Markdown Language Server - A language server for Markdown built using the language service. While these libraries are still in early stages, they are already being used by VS Code 1.70+ (and hopefully you never even noticed :-)).
-
Bracket pair colorization 10,000x faster - Visual Studio Code
When dealing with deeply nested brackets in Visual Studio Code, it can be hard to figure out which brackets match and which do not. To make this easier, in 2016, a user named CoenraadS developed the awesome Bracket Pair Colorizer extension to colorize matching brackets and published it to the VS Code Marketplace.
-
Notebooks, Visual Studio Code style
Notebooks are documents that contain a mix of rich Markdown, executable code snippets, and accompanying rich output. These are all separated into distinct cells and can be interleaved in any order. If you aren't familiar with notebooks, you might be familiar with REPLs (read-eval-print loop)?
-
Multi-cursor and selection - Visual Studio Code
work on some Linux distributions. You can change the modifier key for the Insert cursor command to Ctrl+Click with the “edi.
-
Python Interactive window - Visual Studio Code
Jupyter (formerly IPython Notebook) is an open-source project that lets you easily combine Markdown text and executable Python source code on one canvas called a notebook. Visual Studio Code supports working with Jupyter Notebooks natively, as well as through Python code files.
-
Visual Studio Code on Windows
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.
-
September 2021 (version 1.61) - Visual Studio Code
Welcome to the September 2021 release of Visual Studio Code. There are many updates in this version that we hope you will like, some of the key highlights include: Split editors within the same group - Quickly create side-by-side editors for the same file. Locked editor groups - Select editor types to automatically lock in an editor group.