If you look around in 2010 you will see how well people are working together. Modern tools let them collaborate and create amazing things. Wikipedia and Flickr is what comes to mind first, but there's a lot more. Many contemporary thinkers point out that the social tools we have now thanks (mostly) to the Net help us care more than ever. Take Wikipedia: despite a number of failures, in general it shows unbelievable ability to remain a source of (mostly) accurate information, resist vandalism and get up-to-date faster than anything.
The power behind this fenomenon is collective care of people plus easy-to-use tool. If someone sees an inaccurate or broken page, it takes seconds to edit text or restore a previous version. The easier the process, the less motivation one needs to act.
This perfectly applies to software development as well. While some think that quality results are product of centralized organization and thought-out architecture, a lot depends on attention and care invdividual developers pay to the code. An architect might not have enough time to know entire codebase, but when an attracted developer does his job, he sees unused code, complicated methods or overly architected subsystems. It hurts, and the easier it is to fix things, the more chances he cleans up the mess.
Productivity tools are the ones which remove hurdles to making code improvements. Refactorings, code analyses, quick fixes and code cleanup are some of many features offered by tools like ReSharper and IntelliJ IDEA. Managers often consider them luxury or toys but in reality these are the tools that help team show their care. You should never underestimate the effect. If someone conducted a study showing how code quality changes over time in teams using and not using productivity/refactoring tools, I'm sure the results would prove my point.