vsx
Can an extension be made to interact with a floating/dockable window?
Is it possible to create an extension that interacts with a floating/dockable window in VS2010? If so, are there any code samples that could demonstrate this?[详细]
2023-01-02 18:53 分类:问答Visual Studio Editor, MEF in-Depth
I have been having difficulty simply writing a Visual Studio Editor Extension with MEF (Managed Extensiblity Framework). I thank those who answered my previous question, as they helped me know that I[详细]
2023-01-02 03:33 分类:问答Visual Studio Add-in Exec running Automatically
Hey guys, I have a dilemma that I am uncertain about, as I not sure if it\'s is exactly possible for a Visual Studio Add-in to run its code automatically.[详细]
2023-01-01 23:04 分类:问答VS2010 add-in custom menu item in files of Solution Explorer
I need to create a custom menu item for Visual Studio 2010 Add-in in C#, but I have had no luck in finding a solution for my needs.[详细]
2023-01-01 13:05 分类:问答Detecting Visual Studio Smart-tags events
Is it possible to detect with VSX when any (or a particular) smart tag event is happeni开发者_C百科ng? I mean, every time we rename a variable, for example, a smart tag is available that allows us to[详细]
2022-12-31 15:46 分类:问答Replacing/Extending Visual Studio's Generate Stub in Visual Studio 2010
When we write the name of a method that doesn\'t exist, Visual Studio 2010 asks us if we\'d like to generate a method stub with that name. What I\'d like to know if is it possible to replace that same[详细]
2022-12-30 17:41 分类:问答How can I listen for the deletion of a ProjectItem via DTE?
I\'ve got a designer that relies on the existence of other solution items.If one of those items is deleted the designer crashes and you have to edit as XML to fix.Not exactly user friendly.[详细]
2022-12-30 13:44 分类:问答Changing the config file in a Visual Studio Package
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).[详细]
2022-12-30 10:22 分类:问答Is it possible to extend the WPF design surface in 2010? [closed]
开发者_Python百科As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely[详细]
2022-12-29 13:19 分类:问答How to create a VS2010 extension that uses Language Services
Creating extensions got much easier with Vs2010, but this seems not to be开发者_如何转开发 the case for everything...[详细]
2022-12-27 22:01 分类:问答