/Xcode8Extensions

Place for all my extensions for Xcode 8

Primary LanguageSwiftMIT LicenseMIT

Duplicate Line

Xcode's source editor extension to duplicate selected line or lines.

Duplicate line plugin presentation

Usage:

  1. Install Xcode 8
  2. Run Xcode 8 and install additional system components
  3. Open terminal.app and execute sudo /usr/libexec/xpccachectl if you use macOS 10.11
  4. Reboot your mac
  5. Open this project in Xcode 8 and run the extension
  6. Wait for DuplicateLine Extension started message appears in console
  7. If it isn't appear, you must run the extension once again
  8. Select your code
  9. Choose menu Editor > DuplicateLine

Notice:Currently the Source Editor Extension feature in Xcode 8 Beta is very unstable. You may find that the command is sometimes not showing up, or not available (grayed out).

Xcode 7 version

Available here https://github.com/castus/xcode-duplicate-line

License

MIT License. See the LICENSE file for more information.