DeveloperBreeze

Javascript Programming Tutorials, Guides & Best Practices

Explore 93+ expertly crafted javascript tutorials, components, and code examples. Stay productive and build faster with proven implementation strategies and design patterns from DeveloperBreeze.

Building a Custom VS Code Extension: Supercharge Your Workflow

Tutorial August 20, 2024
javascript typescript

You'll be prompted to answer several questions about your extension:

  • What type of extension do you want to create? (Choose New Extension (TypeScript) for this tutorial)
  • What’s the name of your extension?
  • What’s the identifier of your extension?
  • What’s the description of your extension?
  • Enable JavaScript and TypeScript Linting? (Choose yes)
  • Initialize a git repository? (Choose yes or no, depending on your preference)
  • Which package manager to use? (Choose between npm or yarn)