Anyone knows any free Visual Studio add-in that would find and/or delete dead (unused) code? I saw such possi开发者_StackOverflow社区bility in MZ-Tools, but it\'s a little expensive as for private use
I realize that Visual Studio has the \"/P\" option to generate preprocessed files, but it\'s extremely inconvenient. I\'m looking for an addin that allows you to right-click on a file and selec开发者_
I\'m loading a sql script up to an SSMS 2008 add-in like so: \' create a new blank document ServiceCache.ScriptFactory.CreateNewBlankScript(Microsoft.SqlServer.Management.UI.VSIntegration.Editors.Scr
I have done an addin (in C#) for visual studio, (almost) ready 开发者_运维问答to deploy it. But I don\'t know how to do an installer for that.
Up until Office 2007 it was common for addins to add a tab page to the main Options dialog (Tools|Options) where users could configure the addin\'s settings. While this essentially still works in Offi
I\'m trying to do something like this post but with Excel VBA. I would like to submit a response on a google docs 开发者_C百科form each time a button is pressed on an Excel add-in. The addin will be a
I am trying to add custom icons to a Shared Add-in for Microsoft Word. The Shared Add-in usesXML to add a tab to Word\'s Ribbon.
I have a subroutine in VBA that is executed when we open a PowerPoint presentation but I want to execute that Sub when an Add-in is loaded instead.开发者_Python百科
I have one shared add-in created in visual Studio 2005. This Add-in i开发者_如何学Cs worked on my system fine but if i tried to run this add-in on different system then it is not working. I found the
I\'m making a refactoring tool that automates a few of the more trivial code styling things dealing with StyleCop.One of the things I\'d like my add-in to be able to do (as an optional feature the dev