I\'m building a Visual Studio Package and associated with it, I have an app.config file (which contains some information about connecting to a WCF service).
Given a type name, is it possible to use DTE to find the ProjectItem that the type is located in? Something similar to how the Navigate To... dialog works in Visual Studio 2010.
I have created ToolWindowPane (ToolBar for VS2008) using VSPackage but I am not able to access current opened file by the user. Is there any way to do this ?
I have a VSPackage with a dockable tool window containing form data.If there are unsaved changes in this form, I would like to cancel a close to either the tool window and the visual studio IDE if the
how do I check if a project is up-to-date? I\'m basically trying to programmatically build each project in a list but only if they have changed. So does anyone know of a way (using EnvDTE maybe) to
I have be开发者_如何学Pythonen reading the MSDN documentation on VSPackages about the editors and so-forth, but I am failing to see anything in the samples or on MSDN regarding watching the built-in e