XAlign
XAlign copied to clipboard
An amazing Xcode Source Editor extension to align regular code. It can align Xnything in any way you want.
Any idea how to make it work again?
想一个这样的效果
跟`Align by define group`类似,只是这里是注释而已 比如 ``` #import "CoterieLikesVC.h" // 点赞列表 #import "CoterieCommentVC.h" // 评论VC #import "CoterieOCenterVC.h" // 别人的主页VC #import "CoterieMCenterVC.h" // 自己的主页VC #import "CoterieReportVC.h" // 举报VC #import "CoterieDetailMainVC.h" // 动态详情...
Xcode Version 9.2 Mac OS High Sierra 10.13.2 
请问 冒号对齐的方式怎么实现的,我用都是等号对齐呀
How to add support to format this? ``` mutating func mapping(map: Map) { teamId
可是xcode9就不行呀
_passwordTextField.placeholder = @"密码"; _passwordTextField.returnKeyType = UIReturnKeyGo; _passwordTextField.delegate = self; _passwordTextField.backgroundColor = [UIColor clearColor]; _passwordTextField.secureTextEntry = YES; _passwordTextField.rightViewMode = UITextFieldViewModeWhileEditing; 像这样的代码,最后一个 “rightViewMode”的等号就无法对齐,其他的正常,文档说可以自定义,请问该如何自定义,我想要自定义使用tab对齐的方式
IDE: Xcode 8.3.3 OS: 10.12.5 多行赋值语句全部选中之后,使用快捷键对齐代码的时候 最后一行没有按照"="号对其
The operation can’t be completed because one or more required items can’t be found. (Error code -43)
I am getting this error while adding xaline to applications