davekeck / Xcode-4-Fixins

Plugins for fixing Xcode 4 bugs and shortcomings
362 stars 41 forks source link

FindFix request: prefill search field with text at caret #17

Closed mike-lischke closed 10 years ago

mike-lischke commented 11 years ago

Please add auto population of the search field with the current word at the caret (if there's any), just like Visual Studio does. This avoids this annoying select->copy->find->paste sequence. Thank you.

hsarret commented 11 years ago

+1

tom-seddon commented 10 years ago

Fixed - after installing the latest FindFix fixin activate Find -> Auto Populate Find Bar (Xcode 5) or Edit -> Find -> Auto Populate Find Bar (Xcode 4).

--Tom