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
.
(Getting Ready)
- Download
AddNext.dmg
from https://github.com/sidepelican/AddNextEx/releases - Open
.dmg
and dragAddNext.app
to your Applications folder - Run
AddNext.app
and exit again. - Go to System Preferences (not Xcode) -> Extensions -> Xcode Source Editor and enable the extension
- The menu-item should now be available from Xcode's Editor menu.
- Open .xcodeproj
- Enable target signing for both the Application and the Source Code Extension using your own developer ID
- Product > Archive
- Right click archive > Show in Finder
- Right click archive > Show Package Contents
- Open Products, Applications
- Drag
AddNext.app
to your Applications folder - Run
AddNext.app
and exit again. - Go to System Preferences (not Xcode) -> Extensions -> Xcode Source Editor and enable the extension
- The menu-item should now be available from Xcode's Editor menu.
The MIT License. See the LICENSE file for more infomation.