I just use Artistic Style.
What other free tools do you use to tackle repetitive jobs while coding in Visual Studio?
I just use Artistic Style.
What other free tools do you use to tackle repetitive jobs while coding in Visual Studio?
Not realy a tool, but I quite frequently use AHK (AutoHotKey) to create keyboard shortcuts for application that don't offer them as well as several for other common tasks for example, I have this script which is always running:
#n::Run Notepad ;Makes Win+n open notepad
#c::Run Calc ;Makes Win+c open calculator
#i::Run Chrome
#t::Run iTunes
#p::Run C:\Program Files\PuTTY\putty.exe
#s::Run WinSCP
#!c::Run cmd ;Makes Win+Alt+c open a command prompt
I use a tool called ToDoList keep track of my programming tasks. This is especially useful for tracking the steps for Test Driven Development (TDD) which I have just started using in my projects. www.abstractSpoon.com
While not exaclty a tool I use a toolkit that provides customisable (skinnable) versions of the main Windows controls. www.componentfactory.com. This enables me to very quickly create smart looking tools that can have their appearance changed dynamically. I do plan to learn to do this myself one day - but while I'm short on time it allows me to focus on the core funcionality of the tool.
I also use SVN for all my source control. It's far better than the company approved software that is preffered in house.
http://subversion.tigris.org/
DevExpress for better VS keyboard productivity. SubCommander command line util from VS to regen SubSonic DAL. Aptana Studio for better CSS / Html layout and Javascript support. For super charged layout I use the 960 grid system.
For a great list of tools I always defer to Scott Hanselman's Tool List
As for my own:
I know you wanted free but CodeRush and Refactor is Greatness. If you are doing professional .Net development should really look into this.
Same goes for VisualAssist X for C++ development!
Not a Visual Studio plugin, but I cant live without Launchy
For RegEx I like Expresso
PureText to paste snippets of my code as Text into emails and documentation as plain text.
If you think GhostDoc's useful, check out AtomineerUtils - it has far more powerful auto-documentation features, is much more configurable, and works for C/C++/C#/Java and supports both DocXML and Doxygen formats.
Most used items:
SonicFileFinder is a great, fast addon used to open files by name instead of through the project explorer. My only complaint is that if you use it to open a .asax file (and some other lesser used types of files like that) it will launch Design View instead of Code View.
http://jens-schaller.de/sonictools/sonicfilefinder/index.htm
Ankh, for subversion. Doesn't work great, but allows you to move/rename files without going all around the houses.
I say "doesn't work great" because I still use Tortoise for all the commit / update / branch / merge stuff and ankh needs to be manually refreshed to display the current status.