AccessControlKitty

支持系统
OS X 10.14
价格
0
下载次数
103
官方网站
public to internal to fileprivate to private - once much code is written, its access control level can be annoying to change later on, even with Xcode's new multiple cursors. AccessControlKitty magically changes the access level of selected Swift code, a single variable to a whole file’s worth. This Xcode Source Editor extension adds a new menu item to Xcode's Editor menu, “Access Level of Selection”, when working with Swift files. The options are: - increment all access levels - decrement all access levels - create API, by changing only internal code to public - remove API, by changing only public code to internal - set all appropriate code to the chosen level - remove all access level notation Handles overridden setters, protocols, extensions with conformances, functions defined inside other functions, and other Swift bits and pieces.