travisjeffery / ClangFormat-Xcode

Xcode plug-in to to use clang-format from in Xcode and consistently format your code with Clang
https://twitter.com/travisjeffery
MIT License
2.89k stars 288 forks source link

Allow format selected range without explicit selection. #121

Closed yixiang closed 3 years ago

yixiang commented 8 years ago

Allow format selected range without explicit selection, in which case the current state under the cursor will be formatted.

Rossila commented 8 years ago

This is a great feature. Let's me instantly format the line I'm on without needing to go through the effort of selecting. I use it all the time!