I'm sure this is the wrong place to ask this, but I'll do it anyway. I want to learn how to write extensions for Visual Studio 2015. Everything I have found is too brief (even the ones with example code and/or projects) for me to understand. I pretty much need step by step instructions on what files I should edit and what other changes I need to make. I probably sound like I am asking somebody to write my code for me, but the basic things I need to know how to make my extensions do are:
1. Display context menus (Solution Explorer & code)
2. Edit (and either open or save if not already open) text-based files (*.xaml, *.vb, *.xml, etc.)
Does anybody know of any good sites that give step by step instructions on creating extensions that include these things (preferably in VB.NET, but I can deal with C# if necessary)? I could not find any forums here on extensibility, so if there is one, I apologize and would like to know about it. Thanks!
Nathan Sokalski njsokalski@hotmail.com http://www.nathansokalski.com/