Real-time metrics with color coding
During code reviews/refactoring sessions I often need to quickly find problematic pieces of code. I find following feature to be very useful:
- Compute different code metrics for methods
Show colored file map (like File Structure window in ReSharper)
For example I can open map window, choose "cyclomatic complexity" and see color coded code map of file where color ranges from light green (methods with low CC) to dark red (methods with high CC)
If I set mouse pointer inside some method show various code metrics for this method in tool window
If metrics would be re-computed in background I can monitor in real-time how refactoring affects the code.
