D
D
dnv7772015-10-01 13:04:13
visual studio
dnv777, 2015-10-01 13:04:13

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

1 answer(s)
S
Stanislav Makarov, 2015-10-14
@Nipheris

FAQ: Have you looked at Converting Add-ins to VSPackage Extensions
?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question