ZZXcodeFormat icon indicating copy to clipboard operation
ZZXcodeFormat copied to clipboard

支持OC与swift代码格式化

Results 3 ZZXcodeFormat issues
Sort by recently updated
recently updated
newest added

系统版本 macOS Big Sur 11.2.3 Xcode版本 12.3 看起来像和重新签名Xcode有关。 https://github.com/XVimProject/XVim2/issues/340

// 格式化之前 ` NSString *oldstring = @"阿芳住进来的那一天,就买了几支富贵竹插在一个大花瓶里,她说她喜欢房间里有绿颜色。现在她的富贵竹长大了很多,绿油油的,茁壮成长。我看她喜欢绿植就把我养的绿萝分给她一大把,她泡在了一个圆肚形的玻璃小鱼缸里,现在看上去绿葱葱,富有生命力。自从有了这两盆绿植,她精心护理,不但时常换水,还往水里加养料呢。";` // 格式化之前 ``` NSString *newString = @"阿" @"芳住进来的那一天,就买了几支富贵竹插在一个大花瓶里,她说她喜欢房间里有" @"绿颜色。现在她的富贵竹长大了很多,绿油油的,茁壮成长。我看她喜欢绿植就" @"把我养的绿萝分给她一大把,她泡在了一个圆肚形的玻璃小鱼缸里,现在看上去" @"绿葱葱,富有生命力。自从有了这两盆绿植,她精心护理,不但时常换水,还往" @"水里加养料呢。"; ```

错误提示: /Xcode/Plug-ins/ZZXcodeFormat.xcplugin/Contents/MacOS/ZZXcodeFormat: stat() failed with errno=1, NSBundlePath=/Users/wgmf/Library/Application Support/Developer/Shared/Xcode/Plug-ins/ZZXcodeFormat.xcplugin, NSLocalizedDescription=The bundle “ZZXcodeFormat” couldn’t be loaded because it is damaged or missing necessary resources.