Answer the question
In order to leave comments, you need to log in
VSIX: Quick transfer from AddIn?
due to the fact that VS 2015 does not support AddIns, you need to quickly create an Extension.
all my AddIn
does is various operations, basically processing code when hotkeys
are pressed, there are a couple of dozen of them, I remember them all and I don’t need menu items, so I don’t want to create a new Custom Command for each operation
Tools\Env\Keyboard appeared mine
void myCmd(){
DTE dte = Package.GetGlobalService(typeof(DTE)) as DTE;
.....
}
Answer the question
In order to leave comments, you need to log in
FAQ: Have you looked at Converting Add-ins to VSPackage Extensions
?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question