VS.Net 2012 get rid of macros.
So I need to import my VS2010 macros to AddIn or Extension for using them with VS2012
There are many samples in the net, how to create buttons in toolbar with some actions. But I don't need buttons. I just want to attach my scripts with hotkeys in Tools\Environment\Keyboard
.
I tried to add in VS AddIn template in Connect class folowing code(like in my macros):
Public Sub MyAction()
…
End Sub
but it isn't shown in Tools\Environment\Keyboard
.
Please, help with simple example, how to move my macros to AddIn