xCode默认是可以进行代码格式化的,能满足基础开发需求,如果想要个性一些代码对齐方式宏对齐,等号对齐,属性对齐,xAlign就提供了以上三种功能,参考文中效果~
基础效果
等号对齐:
属性对齐:
宏对齐:
插件安装
1.控制台命令
curl -fsSL http://qfi.sh/XAlign/build/install.sh | sh
2.手动安装下载插件包:XAlign.xcplugin,将下载的插件放在~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/目录下,Finder路径寻找快捷键command + shift + G;
3.重启xCode,加载xAlign;
4.卸载
curl -fsSL http://qfi.sh/XAlign/build/uninstall.sh | sh
手动安装的直接到第二步~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/删除插件即可~
5.通过xCode→Edit→XAlign中的选项,cmd+shift+x即可看到效果~
时间: 2024-11-05 06:25:55