Xcode-Multi-Edit-Plugin
Xcode-Multi-Edit-Plugin copied to clipboard
Multi-cursor editing for Xcode 8
NOTE: Since Apple removed plugin injection in Xcode 8, this plugin is no longer functional.
Xcode-Multi-Edit-Plugin
Overview
This is the public repo for the Multi Edit Xcode plugin. This plugin allows developers to quickly and easily edit multiple instances of a selected term in a source document. This is a feature borrowed from many professional text editors, such as Sublime Text.
Examples:


Installation
The plugin can be installed easily through the Alcatraz Plugin Manager
for Xcode, or installed manually by simply downloading or cloning the repo and running the project.
Usage
Shift-Option-A: Include next instance of the selected term
Shift-Option-Z: Undo the last selection
Shift-Option-S: Undo the last selection and select the next instance
Then simply type out your replacement text and hit enter.
Requirements
Xcode v7.0+
May work on earlier versions but has not been tested. If you experience problems try updating to the latest version.
Contributions
This plugin is not heavily tested and so if you encounter errors or problems please open an issue. We welcome pull requests, so if you feel like contributing get involved!
Author
Developed and maintained by Tim Edwards (@timwredwards)