everettjf / XBookmark

Bookmark Plugin for Xcode 8.x and 7.x
http://everettjf.github.io/2015/10/04/xbookmark-develop-note/
MIT License
70 stars 9 forks source link
bookmark-plugin xcode-extension xcode-plugin

XBookmark

Bookmark Plugin for Xcode

Compatibility

Xcode 8.x and Xcode 7.x

Screenshot

xbookmark

Feature

Install

Xcode 8 Users, Follow instructions in INSTALL_Xcode8.md first.

Download source code or clone the repo. Then,

  1. Confirm xcode-select points to your Xcode

    $ xcode-select -p
    /Applications/Xcode.app/Contents/Developer

    If this doesn't show your Xcode application path, use xcode-select -s to set.

  2. make

    $ make

    If 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)

  3. Restart your Xcode.

  4. 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.

Usage

Shortcuts configurable

Thanks for

History Versions