Bookmark Plugin for Xcode
Xcode 8.x and Xcode 7.x
- Toggle Bookmark
- Show Bookmarks
- Next Bookmark
- Previous Bookmark
Xcode 8 Users, Follow instructions in INSTALL_Xcode8.md first.
Download source code or clone the repo. Then,
- Confirm
xcode-selectpoints to your Xcode
$ xcode-select -p
/Applications/Xcode.app/Contents/DeveloperIf this doesn't show your Xcode application path, use xcode-select -s to set.
- make
$ makeIf you see something like
XBookmark hasn't confirmed the compatibility with your Xcode, Version X.X
Do you want to compile XBookmark with support Xcode Version X.X at your own risk?
Press y if you want to use XBookmark with your Xcode version (even it is not confirmed it works)
-
Restart your Xcode.
-
Launch Xcode. You'll be asked if you load XBookmark. Press 'Yes' to it. If you press 'No' by mistake, close the Xcode and execute the following from a terminal
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-X.X (X.X is your Xcode version)
Then relaunch Xcode.
Now, you can see XBookmark menus in the Edit Menu. Press F3 in source editor , and you will see the STAR.
Shortcuts configurable
- type
F3to toggle bookmarks. - type
Shift + F3to display bookmark list. - type
Command + F3to jump to next bookmark. - type
Ctrl + Shift + F3to jump to previous bookmark. - type
Command + Shift + F3to clear bookmarks.
- XToDo
- JumpMarks
- 2017-03-28 1.1 Xcode8.3 Support
- 2016-12-29 1.0 Add Xcode8 Support
- 2016-07-14 0.4 Add shortcut for clear bookmarks
- 2015-10-31 0.3
- Shortcut configurable.
- Star flag in sidebar of code editor.
- 2015-10-26 0.2 Fix problem (main for slow locating).
- 2015-10-06 0.1 First Release (just working).
