Writing your first extension

preview_player
Показать описание
Let's go through the steps to create our very first extension that introduces us to the various aspects of extension development.

If you want to request topics for us to cover in future videos, please let us know in the comments.

Happy coding!!

#VisualStudio #VSIX #VS2022 #VS2019 #VS2017
Рекомендации по теме
Комментарии
Автор

Hi, your videos are very interesting and informative. I also wanted to create my first Visual Studio 2022 extension but I stopped before creating the project. In the list of available projects, I don't have the one with the w/Command. What should I install to have this type of project?
Obviously I installed the Extensibility Essentials toolkit but the problem is still there. Can you help me? Thanks

Vincenzo-gtrz
Автор

How would you add a new menu to the menu bar? I have been trying to figure this out for days now. Not one that defaults into the extensions menu either. I want to create a new menu item with all my commands in it.

AudioJunkie
Автор

Is it possible to add event handler after extension\solution loaded, not in `Initialize` method that fires when I press some menu item, I want add event handler directly after Visual Studio Instance opened and loaded. Can I do it with this toolkit?

_SkyDancer