XAlign
XAlign copied to clipboard
An amazing Xcode Source Editor extension to align regular code. It can align Xnything in any way you want.
格式前 ``` MyClassA* a = nullptr; MyClassB* bb = nullptr; MyClassC* ccc = nullptr; ``` 格式后 ``` MyClassA* a = nullptr; /* Empty line here */ MyClassB* bb = nullptr;...
If I align multiple properties and 1 or more has a comment xalign moves the "*" and causes an error. Before Xalign: ``` objective-c /** * Available units for current...
Hi, It was working fine on Xcode 6.3.2 but it's no longer working. Can you please add the UDID so it can work on Xcode 6.4? Thanks!
Before  After 
When I apply the align command on the following block: ``` const API::Resource::Key Version = API::Resource::Key::Generate("Core::Version"); const API::Resource::Key ProductName = API::Resource::Key::Generate("Core::ProductName"); const API::Resource::Key AuthorName = API::Resource::Key::Generate("Core::AuthorName"); const API::Resource::Key OrganisationName =...
RT
In XCode 6.3 i can't open settings from Edit -> XAlign -> Settings or tell me how to change hotkey(shortcut) for xalign
 