VSCommands 3.1.0.0 Released
Create Code Contract
New options are available when creating a code contract:
Contract class name can be customized to meet your naming conventions and it be created in a new file which may be grouped under initial source file.
You can also decide not to show customization dialog again in which case your settings will be automatically applied to any new code contracts you create (hold Ctrl to bring the dialog back).
Collapse Solution
Default behavior of Collapse Solution button in Solution Explorer Toolbar has changed.
From now on it will collapse whole solution when clicked. You can still collapse currently selected item (old behavior) by holding Ctrl key.
Debug Output Formatting
Warning and Information messages are now supported by custom formatting.
These are the messages logged to debug output by using Trace.TraceWarning() or Trace.TraceInformation() methods (or similar methods on Debug class).
Default formatting can be changed from Tools -> Options –> Fonts and Colors in Visual Studio
(you may need to restart VS for settings to take effect)
Search Output Custom Formatting
Custom formatting in Search Output will now follow the settings defined in Find and Replace dialog (match case, regex settings, ..)
Configuration
Configuration handling has been rewritten to support growing number of available options and provide better foundation for future releases.
Related posts:

