Let's change the alpha sorted class completion (Ctrl+Shift+C) back to how it used to work when it was introduced: no alpha sort, meaning that getter and setter are inserted at the same position.
Let's change the alpha sorted class completion (Ctrl+Shift+C) back to how it used to work when it was introduced: no alpha sort, meaning that getter and setter are inserted at the same position.
http://pic.twitter.com/HuirybrqlF
http://pic.twitter.com/HuirybrqlF
DDevExtensions will only turn off the auto sort (conditional jump => unconditional jump)
ReplyDeleteAndreas Hausladen . It was perhaps greedy of me to ask for more ;) Nice work putting this one in - thankyou!
ReplyDeleteI recently read "Clean Code" by Robert Martin and I like the idea of the source code telling a story. If method A calls method B, I want method B located right below method A. At least with the alpha sort turned off, I'll know exactly where the new method is waiting for me (to move it).
ReplyDelete