double-sheet-1024-alpha-shadow.png

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 into api_URL instead of api_url by choosing the “preserving acronyms” menu item.