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!