Questions tagged [visual-studio-addins]

Add-ins extend Microsoft Visual Studio using the automation model (EnvDTE). Removed in Visual Studio 2015.

452 questions
-1
votes
1 answer

Enable console after openning qt project in visual studio

When I open a qt gui project in visual studio (through qt-addin and openning .pro file in vs), it does not open console for me while in .pro file I'd added this line : CONFIG += console and console comes up in qt creator, but my problem is when I…
abdolahS
  • 663
  • 12
  • 35
-1
votes
1 answer

Is there any way for a Visual Studio addin to be using custom command line arguments?

I want to know if it's possible for a custom addin to reach out for custom command line arguments passed to devenv.exe. Is it? I can't seem to find anything on Google. Thanks.
Crono
  • 10,211
  • 6
  • 43
  • 75
1 2 3
30
31