I want to create my first extension for VS 2022, but I don’t fully understand what is what.

валера карманов 211 Reputation points
2024-05-07T06:53:53.2533333+00:00

Judging by the name, the extension expands the functionality of the VS 2022 program. I did not find a clear guide on creating project templates and how to add them to your extension (it should be in a ZIP file). As for the project template itself, it’s even worse than it actually is.

The fact is that the project template itself will not create any files when created (the project itself will work directly with the files to which they relate; in the Solution Explorer, you want “Properties” to be created, as in other templates, this is something like settings project). But then it’s not clear whether “Properties” are settings for the project itself or are they extensions themselves

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,931 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
218 questions
0 comments No comments
{count} votes

Accepted answer
  1. Karen Payne MVP 35,421 Reputation points
    2024-05-07T09:49:16.93+00:00

    The best place to get started with creating extensions is at VSIX Cookbook. Also, there are a few examples at the following GitHub repository.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.