Share via

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

валера карманов 396 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

Developer technologies | Visual Studio | Extensions
Developer technologies | C#
Developer technologies | 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.

0 comments No comments

Answer accepted by question author

  1. Karen Payne MVP 35,606 Reputation points Volunteer Moderator
    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.

    Was this answer helpful?

    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' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.