i would like to now how can i restart a VSpackage, i mean like if it was loaded from zero. Ive created a extension that works with the actual solution andwhen i need to change to other solutio开发者_开
Is it possible to intercept the paste event of visual studio in order to transform the text being pasted in? I know I can write my own command to do the smart paste, but it\'s a chore for most people
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).
Supposing I have the C# code line: var myList = new List {1,2,3}; And I put \"myList\" in the Watch window, and then drag the 1st item of the list down, the watch window creates a new line with the
I have a project to build an Extensibility Package with a toolwindow using a WPF UserControl Library.I have VS 2008 and VS 2010 versions.Reusing the Wpf for both versions is easy to do if I keep the N
I have a Visual Studio extension (CustomTool) that depends on NLog for logging. I\'d like to deploy the NLog config file to the same directory that the tool\'s assembly gets installed to via the VSPac
I have already created a package using a Wpf window, Sql data and ElementHost- Pretty easy, no interop, just code.Now I need to expand and hopefully use a Wpf data project as my ElementHost.Child. I a
I have a vsix packag开发者_JAVA技巧e that has been built and installed on my machine and works well.I tried a double click install on a machine that does not have the VS Sdk.When I click on the icon i
I am building a visual studio 2010 Add-in for internal use in my company.I would like to customize the main window caption to display the name of the current start up project.I can set the caption of
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.