vspackage
Visual Studio - Move cursor without losing focus
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.[详细]
2023-03-04 13:14 分类:问答Register a Visual Studio 2005/2008 package
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[详细]
2023-02-26 21:51 分类:问答VS Extensibility Architecture (Package API/ Visual Studio Library)
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[详细]
2023-02-21 02:16 分类:问答Getting the dte2 or TeamFoundationServerExt object in a VS Package project?
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[详细]
2023-02-10 04:22 分类:问答How to debug a VSPackage project
I installed the VS2010 SDK and created a VSPackage project, with an empty \"Initialize\" method. [PackageRegistration(UseManagedResourcesOnly = true)][详细]
2023-02-07 11:07 分类:问答VSPackage: How to get selected file when there is no "real" solution opened
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).[详细]
2023-02-01 17:03 分类:问答get the text under the mouse pointer
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[详细]
2023-01-27 09:01 分类:问答VSPackage: Modify toolbar button text/tooltip at runtime
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[详细]
2023-01-21 02:22 分类:问答Can a VS2010 VSPackage project be installed to VS2008?
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[详细]
2023-01-19 09:56 分类:问答VSPackage load order - load before another VSPackage?
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[详细]
2023-01-15 10:01 分类:问答