Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.3 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.3 KB

AddNextEt

Xcode Source Editor Extentsion

add next selection like Sublime Text and VSCode;

This extension was fulfilled its duty.

This function is availavle in the latest Xcode. Open Find menu, and select Select Next Occurrence or Select Previous Occurrence.

Example

screenshot

(Getting Ready)

Install

easy way

  1. Download AddNext.dmg from https://github.com/sidepelican/AddNextEx/releases
  2. Open .dmg and drag AddNext.app to your Applications folder
  3. Run AddNext.app and exit again.
  4. Go to System Preferences (not Xcode) -> Extensions -> Xcode Source Editor and enable the extension
  5. The menu-item should now be available from Xcode's Editor menu.

build by yourself

  1. Open .xcodeproj
  2. Enable target signing for both the Application and the Source Code Extension using your own developer ID
  3. Product > Archive
  4. Right click archive > Show in Finder
  5. Right click archive > Show Package Contents
  6. Open Products, Applications
  7. Drag AddNext.app to your Applications folder
  8. Run AddNext.app and exit again.
  9. Go to System Preferences (not Xcode) -> Extensions -> Xcode Source Editor and enable the extension
  10. The menu-item should now be available from Xcode's Editor menu.

Licence

The MIT License. See the LICENSE file for more infomation.