Revisor
Revisor is an Xcode Source Editor Extension that provides a number of useful editing commands, turning Xcode into a more powerful editing tool.
Revisor extends Xcode with the following editing commands:
- Duplicate one or more lines below or above
- Copy or cut a whole line or set of lines
Convert text to a number of common “programming cases”:
UPPERCASE/lowercasecamelCasekebab-casePascalCasesnake_case
Where applicable, these case transformations will optionally preserve acronyms. For instance:
apiURLcan be transformed intoapi_URLinstead ofapi_urlby choosing the “preserving acronyms” menu item.
