
We have written a Yeoman generator to help get you started. A command is registers a callback function which can be invoked from the Command Palette or with a key binding. The simplest way to add your own functionality to VS Code is through adding a command. You need node.js installed and available in your $PATH. Later in the walkthrough, you'll interact with the VS Code editor and query for the user's currently selected text. In this walkthrough, you'll add a new command to VS Code which will display a simple "Hello World" message. This document will take you through creating your first VS Code extension ("Hello World") and will explain the basic VS Code extensibility concepts. Example - Hello World Your First Extension
