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
/lowercase
camelCase
kebab-case
PascalCase
snake_case
Where applicable, these case transformations will optionally preserve acronyms. For instance:
apiURL
can be transformed intoapi_URL
instead ofapi_url
by choosing the “preserving acronyms” menu item.