Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Create Your Own VS Code Extension

Create Your Own VS Code Extension

Visual Studio Code or VSC for short is one of the most popular source code editor used by the programmers. It's fast, it's lightweight and it's easy to extend! VSC extensions let you add languages, debuggers, and tools to your installation to support your development workflow. In this session I will present how to write your own VSC extension.

Yael Balla

March 03, 2020
Tweet

More Decks by Yael Balla

Other Decks in Programming

Transcript

  1. hello! I am Yael Balla You can find me at

    [email protected] https://www.linkedin.com/in/yael-oshri-balla-6b56686/
  2. “ In the 2019 Developers Survey of Stack Overflow, Visual

    Studio Code was ranked #1, with 50.7% of the 87,317 respondents using it.
  3. ➢ It is free ➢ open source ➢ cross-platform ➢

    lightweight ➢ Different languages ➢ Customization!! Why?
  4. What can be done with extensions? Add new commands Extending

    Workbench UI Support new language features [and anything you can think about]
  5. What did we talk about? ➢ VScode ➢ Extensions and

    the Marketplace ➢ Developing extension