Xclip is a multilevel clipboard plugin for Xcode that will save your past 10 copy bindings and allow you to paste them anywhere inside Xcode.
- In order to install, first quit Xcode
- Clone this repo with
git clone https://github.com/sebastianv1/Xclip.git
- Drill into this directory and then run
xcodebuild
This will build the Xclip project and install the plugin. Once this has finished, go ahead and open Xcode again. You will be prompted with a message asking to Skip or Load our Xclip plugin. Go ahead and click Load Bundle to install.
Xclip will add a menu item under the Edit
menu called Xclip that you can click to launch the clipboard. You can also easily access the clipboard with the keyboard shortcut shift + command + v