vsx
Visual Studio 2008 Extensibility package Toolwindow needs to display User Name
I have a proof of concept project and as part of it I need to identify the best way to display the User Name(the person logged on the PC) on the ToolWindow.[详细]
2023-01-26 07:08 分类:问答Creating a simple text-manipulating Visual Studio 2010 extension
I\'ve been wanting to create a simple text-manipulating extension for Visual Studio for a while, and now I\'ve finally found some time to look into how extensions are written. What I have in mind coul[详细]
2023-01-23 01:05 分类:问答How do I default the visual studio file property "custom tool" for a given file extension?
I have a custom tool \"NafestisGenerator\" of which I need to apply to every \".ntf\" file. The question is, how do I tell visual studio (using开发者_StackOverflow中文版 the Custom tool Generator samp[详细]
2023-01-22 09:24 分类:问答Can I create a Visual Studio 2010 Add-In that Uses a WPF Display?
We\'re working on creating a specialized graphical editor for our enterprise applications. We\'ve looked at and rejected DSLs. Ideally I\'d like to have the main interface of the editor be docked like[详细]
2023-01-21 22:05 分类:问答How to debug and deploy my class library that is really a VSX Extension?
The Class Library is an Microsoft Studio extension that generates a file from saving running a custom tool on a template file, following the module from this example I found from Microsoft: http://cod[详细]
2023-01-21 14:55 分类:问答How should I deploy VS project/item templates?
I made an installer for project and item templates in VS2010 to put the templates in the user\'s Templates folder. Is this an O开发者_开发技巧K way of doing things? Or is there a way to deploy templat[详细]
2023-01-20 01:06 分类:问答How to enumerate C# project files and update the header of a file?
Can somebody help me on enumerating a C# project files and upd开发者_运维百科ate the cs file headers in Visual Studio 2010? Any helpful code snippet or a pointer to that would be highly appreciated.Ch[详细]
2023-01-20 00:19 分类:问答Right click context menu to adornment - Doesn't work and invokes the editor menu instead (VS2010)
I\'ve made a Control in XAML and added it to the adornment layer, in the control I have a section that should sp开发者_运维问答awn a context menu when right clicked (using TextBox.ContextMenu property[详细]
2023-01-19 18:23 分类:问答How do I set the Project's 'Start External Program' setting programmatically?
I have an IWizard which gets access to a Project variable. What code do I need to write to set the \'Start External Program\' value in project properties开发者_JAVA百科?Here\'s a macro that will set t[详细]
2023-01-19 02:19 分类:问答Subscription to DTE events doesn't seem to work - Events don't get called
I\'ve made an extension inside a package and I am calling the following code (occurs when a user presses a button in the toolbar):[详细]
2023-01-18 19:25 分类:问答