0

Does anybody know any extension or built-in feature, where I can place my custom script for visual studio? What I intend to do is something similar to the below:

OnCloseSolution += function (){ Open(Windows.StartPage) }

Can anyone help me please?

Michele La Ferla
  • 6,775
  • 11
  • 53
  • 79
Georgy Grigoryev
  • 822
  • 2
  • 8
  • 26

1 Answers1

1

You can do it with Visual Commander. See the following extension sample on how to access DTE.Events.SolutionEvents.

Sergey Vlasov
  • 26,641
  • 3
  • 64
  • 66