Hello,
have you checked this one:
https://www.c-sharpcorner.com/article/creating-visual-studio-2019-extension/
Good Resource for learning VS2019 Addins.
I am learning how to write VS2019 addin/extensions and searching for some good resource on specific questions like...
I am looking for some answers like,
- How to i enable my menu item, only when a specific type of project is open or selected in a solution. ?
- How do i iterate through files in a solution, How do i add files in a solution?
- Is there any dom object available through which i can access items i need from XAML files.
Any good easy article answering above would be helpful.
Regards
-
Anonymous
2020-10-07T12:36:04.557+00:00
2 additional answers
Sort by: Most helpful
-
Dylan Zhu-MSFT 6,416 Reputation points
2020-10-08T02:53:39.17+00:00 Hi JigneshDesai,
About visual studio extension development, you could also refer to this document: Starting to Develop Visual Studio Extensions.
And about monetizing VS extension, you could follow this blog: Paid extensions in the Visual Studio marketplace
Best Regards,
Dylan -
Jignesh Desai 101 Reputation points
2020-10-07T16:28:12.523+00:00 Thanks MichalPlutynski, that was nice link.
I have another question for you... can we monetize a VS extension ?
as I see extensions publish on VS marketplace is for free, I do not find it similar to how apps are published & priced at UWP Windows marketplace. (MSFT AppStore)can you throw any light on this?
Regards