XAlign icon indicating copy to clipboard operation
XAlign copied to clipboard

An amazing Xcode Source Editor extension to align regular code. It can align Xnything in any way you want.

Results 57 XAlign issues
Sort by recently updated
recently updated
newest added

Hi. Thanks for the great plugin. With Swift being proliferated with colons (:) is there any chance of this becoming an alignment option?

the default alignment ``` [[[RACObserve(instance, propery) ignore:nil] combinePreviousWithStart:@0 }] subscribeNext:^(NSNumber *result) { // something }]; ``` should become ⬇️ ``` [[[RACObserve(instance, propery) ignore:nil] combinePreviousWithStart:@0 }] subscribeNext:^(NSNumber *result) { // something...

If Xcode is configured using tabs, the plugin will indent _only_ using spaces instead of a combination of both tabs and spaces.

Please support align variable in Swift by " : Type " then " = ", thanks

``` objc // before return @{@"name": @"张三", @"age": @"30", @"qq": @"12345", @"id": @"123456789012345678", @"customKey": @"value", @"LongLongLongLongLongLongLongLongKey": @"value"}; // after return @{@"name" : @"张三", @"age" : @"30", @"qq" : @"12345", @"id"...

@property (nonatomic, retain) UITableView *bottomTV; @property (nonatomic, retain) UICollectionView *ADCollectionV; @property (nonatomic, retain) UIPageControl *pageControl; @property(nonatomic, retain) NSTimer *timer; @property (nonatomic, retain) NSMutableArray *ADInfoArrM; @property (nonatomic, retain) NSMutableArray *tripsInfoArrM; @property...

This plugin does nothing with a Swift file .

``` @property (strong, nonatomic) NSString *incomerate;// @property (strong, nonatomic) NSString *weekincomerate;// @property (strong, nonatomic) NSString *buyflag;// @property (strong, nonatomic) NSString *sellflag;// @property (strong, nonatomic) NSString *noticeflag;// @property (strong, nonatomic) NSString...