10 results found
-
Setting up Visual Studio Code
Setting up Visual Studio Code VS Code is a free code editor, which runs on the macOS, Linux, and Windows operating systems. Getting up and running with Visual Studio Code is quick and easy. It is a small download so you can install in a matter of minutes and give VS Code a try. VS Code is lightweight and should run on most available hardware and platform versions. You can review the System ...
-
Visual Studio Code tips and tricks
Visual Studio Code tips and tricks Use the tips and tricks in this article to jump right in and learn how to be productive with Visual Studio Code. 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. If you're just ...
-
Tutorial: Get started with Visual Studio Code
This tutorial gives you an overview of the key features of Visual Studio Code to help you get started quickly.
-
Terminal Basics - Visual Studio Code
Visual Studio Code has an integrated terminal to enable working in your shell of choice without leaving the editor.
-
Snippets in Visual Studio Code
It is easy to add code snippets to Visual Studio Code both for your own use or to share with others on the public Extension Marketplace. TextMate .tmSnippets files are supported.
-
Markdown and Visual Studio Code
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. Note: To help get you started with editing Markdown files, you can use the Doc Writer profile template to install useful extensions (spell checker, Markdown linter ...
-
Java in Visual Studio Code
Learn about Visual Studio Code editor features (code completion, debugging, snippets, linting) for Java.
-
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.
-
Polyglot Notebooks in VS Code
Polyglot Notebooks in VS Code What is Polyglot Programming? Polyglot programming is the practice of using multiple programming languages to leverage the strength of each language for different tasks. What are Notebooks? Notebooks are interactive files that allow the mixing of executable code, visualizations, equations, and narrative text. Notebooks are composed of code cells that make it easy ...
-
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.