Software Alternatives & Reviews

Modern VS Code extension development tutorial: Building a secure extension

Yeoman Visual Studio Code
  1. 1
    To do so, we provide a generator ecosystem. A generator is basically a plugin that can be run with the `yo` command to scaffold complete projects or useful parts. Through our official Generators, we promote the "Yeoman workflow".
    Pricing:
    • Open Source
    You use them to install Yeoman and the VS Code Extension Generator. This generator creates a frame (scaffold) for your extension so you don't have to write everything from scratch. If you elect to build your project using TypeScript (recommended for this blog), it's recommended that you install the TypeScript + Webpack Problem Matcher to make it easier to find and match coding errors.

    #JS Build Tools #Front End Package Manager #Web Application Bundler 21 social mentions

  2. Build and debug modern web and cloud applications, by Microsoft
    Pricing:
    • Open Source
    The widespread success and influence of Microsoft Visual Studio (VS) Code can be largely credited to its extensibility. While it's often categorized as a code editor, with the right knowledge and extensions, it can be so much more. For instance, it can also be used as a web browser, word processor, or file-management system. Microsoft also encourages developers to take advantage of VS Code's extensibility by making the VS Code API as accessible as possible.

    #Text Editors #IDE #Software Development 1008 social mentions

Discuss: Modern VS Code extension development tutorial: Building a secure extension

Log in or Post with