I have some tool windows in my package and I would like to bring a specific point in the document into view when the user performs some actions in the tool windows.
I have an existing VSPackage that was originally developed in Visual Studio 2005. Since then the package has been co开发者_如何学JAVAnverted into a Visual Studio 2008 project but still retains compati
Recently I found the above displayed Visual Studio Extensibility Platform chart from microsoft. Most of the things are clear to me. However, I am wondering abou开发者_C百科t the Package API and th
I a开发者_运维问答m working on a Visual Studio Package project. This project needs a connection to our TFS. To read the current connection, I would need the TeamFoundationServerExt object, which I sho
I installed the VS2010 SDK and created a VSPackage project, with an empty \"Initialize\" method. [PackageRegistration(UseManagedResourcesOnly = true)]
I\'m developing a VSPackage in C#, and I would like to know how to get the current file, when only a single file (or several files are opened in Visual Studio).
i am relatively new to C#. can anybody please tell me how to display the tool tip on the text editor...just as VS intellisense expands a particular method when we move the mouse over it??? Since i am
I have been developing a Visual Studio extension as an Add-in for VS2008/2010. The new version now is to be done as a VSIX package for VS2010 only (as it has to be .NET 4 anyway), and I am having some
I am wondering whether the result VSIX artifact of a VSPackage project created and written in Visual Studio 2010 can be deployed to Visual Studio 2008 - provid开发者_Go百科ed, of course, that the pack
How do you create a VSPackage that has a dependency on functionality i开发者_如何学Pythonn another VSPackage? In other words, if I have VSPackage A that exports a certain feature that I need in VSPack