Questions tagged [vspackage]

VSPackages are software modules that extend the Visual Studio IDE by providing UI elements, services, projects, editors, and designers.

VSPackages are part of the Visual Studio eXtensibility (VSX) framework that allow developers to develop software modules to extend the Visual Studio IDE. Typical elements that are developed in VSPackages include tool windows and editors to provide additional UI functionality and menus to provide access to additional services and functions.

363 questions
-1
votes
1 answer

How to add small icons beside VS Project Tree Items?

i am creating a VSPackage, i want to add small icon beside VS Project items, looks like in the attached image. please help me.
-3
votes
1 answer

Process solution and generate report in TFS ans VS?

I've been tasked with finding a way to analyze a solution for certain conditions and generate a report with those conditions. This must be done in VS2015 and TFS. I've already written VS packages so that part is not a problem, but all the tutorials…
Léster
  • 1,177
  • 1
  • 17
  • 39
-3
votes
1 answer

Unable to convert project as VSProject

We have created solution like the one below and added the default project after creating solution. Please refer code below Type visualStudioType = Type.GetTypeFromProgID("VisualStudio.DTE.12.0", true); DTE env =…
Dheepa
  • 1
  • 2
1 2 3
24
25