Skip to content

Instantly share code, notes, and snippets.

@IEvangelist
Last active February 25, 2020 02:29
Show Gist options
  • Save IEvangelist/e6e1d75aaece9d65656a61e03562c878 to your computer and use it in GitHub Desktop.
Save IEvangelist/e6e1d75aaece9d65656a61e03562c878 to your computer and use it in GitHub Desktop.

Visual Studio Code: Authoring extensions

In less than five years, Visual Studio Code (VS Code) has become the most popular integrated development environment (IDE) in the world. It's built with love and in the open on GitHub, and runs on Chromium (a tip of the hat to Google). VS code is extendable and in this talk we'll cover how to author your very own extension.

You can expect to learn how to:

  • Debug your extension
  • Target specific languages
  • Expose settings to users
  • Provide statement completion
  • Handle user interactions

After this talk you'll be empowered to start making your own extensions, thus extending the most popular IDE in the world!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment