CodeMaid v0.9.0 is now available on Visual Studio Gallery and GitHub. This release again tackles the most popular feature requests off the Trello backlog (you’re voting there, right?) – and in particular is focused around some sweet upgrades to Spade, our code digging tool window. 🙂
Breaking Changes
To support the new Spade search bar, we have discontinued support for Visual Studio 2010. The last version of CodeMaid that supports VS2010 is v0.8.1 which will remain available on GitHub.
Features
Cleaning
- Card 254 PowerShell now supported (thanks Adam Driscoll!)
- Card 184 Node.JS now supported (thanks Filipe Oliveira!)
Digging (Spade)
- Card 64 Multi-select drag and drop (use Ctrl and Shift keys like Explorer)
- Card 71 Search filtering like solution explorer (thanks Aliaksei Harshkalep!)
- Card 254 Multi-select option to insert new regions
Fixes
- #111 VB was reporting a warning about a caught exception when trying to determine if a method is an externally implemented interface
- #141 Comment formatting was indenting literal sections like
<code>
- #153 Rename refactoring with automatic cleanup and automatic reorganization on save with removal of existing regions would get into an infinite loop and lockup Visual Studio.
- #173 F# was not supported for comment formatting
Summary
We really hope you enjoy these upgrades, and thanks to everyone who is contributing! 🙂
You can stay connected through our menagerie of sites:
Project home, Documentation, News: www.codemaid.net
Download, Reviews: Visual Studio Gallery
Source code, Bugs: GitHub
Continuous Integration: AppVeyor
Feature backlog: Trello
Blog RSS: www.codemaid.net
Twitter @codemaid: Twitter
Google+: Google+
Great ! Thanks for the good work, as usual !
I would really like to see the line endings normalized, as well as an option to tabify/untabify all files.
I see you found your way over to the Trello backlog – that’s the right place!
I not find how change hot key combination for Search CodeMaid Spade combobox ( defautl Ctrl+M,; ). I can not change focus from this combobox to filtering items list without mouse and not find how change delay from start typing in this combobox and start filtering items in list
You can normally change all Visual Studio keyboard shortcuts at Tools->Options->Environment->Keyboard and search for CodeMaid. However that one doesn’t appear as expected.
Can you open an issue on GitHub so this doesn’t get forgotten and we can look into it further?