All Projects → everettjf → Xbookmark

everettjf / Xbookmark

Licence: mit
Bookmark Plugin for Xcode 8.x and 7.x

Projects that are alternatives of or similar to Xbookmark

Swiftmockgeneratorforxcode
An Xcode extension (plugin) to generate Swift test doubles automatically.
Stars: ✭ 522 (+625%)
Mutual labels:  xcode-plugin, xcode-extension
Pragmatic
⚙An Xcode Source Editor extension for simplifying common pragma driven tasks
Stars: ✭ 24 (-66.67%)
Mutual labels:  xcode-plugin, xcode-extension
Linex
Feature packed Xcode extension
Stars: ✭ 210 (+191.67%)
Mutual labels:  xcode-plugin, xcode-extension
Xcode developer disk images
Stars: ✭ 125 (+73.61%)
Mutual labels:  xcode-plugin, xcode-extension
Import
Xcode extension for adding imports from anywhere in the code ☝️
Stars: ✭ 818 (+1036.11%)
Mutual labels:  xcode-plugin, xcode-extension
Nef Plugin
🔌 an Xcode extension to use nef features easily
Stars: ✭ 144 (+100%)
Mutual labels:  xcode-plugin, xcode-extension
TrickerX
An Xcode9+ Extension which make CodingKeys automatically.
Stars: ✭ 90 (+25%)
Mutual labels:  xcode-plugin, xcode-extension
Awesome Xcode Extensions
Awesome native Xcode extensions.
Stars: ✭ 2,628 (+3550%)
Mutual labels:  xcode-plugin, xcode-extension
Linessorter Xcode Extension
Xcode Extension that helps you keep your import statements and long code lists organized and uniform
Stars: ✭ 54 (-25%)
Mutual labels:  xcode-plugin, xcode-extension
AMEGetterMaker
A lazyload getter maker without resign for Xcode
Stars: ✭ 42 (-41.67%)
Mutual labels:  xcode-plugin, xcode-extension
Swimat
An Xcode formatter plug-in to format your swift code.
Stars: ✭ 1,388 (+1827.78%)
Mutual labels:  xcode-plugin, xcode-extension
Swiftai
SwiftAI, write Swift code smart. SwiftAI can generate Model class from JSON now. Codable and HandyJSON is supported. More features will be add.
Stars: ✭ 470 (+552.78%)
Mutual labels:  xcode-plugin, xcode-extension
Snowonder
🔮 Magical import declarations formatter for Xcode
Stars: ✭ 100 (+38.89%)
Mutual labels:  xcode-plugin, xcode-extension
Xcodeequatablegenerator
Xcode 8 Source Code Extension will generate conformance to Swift Equatable protocol based on type and fields selection.
Stars: ✭ 188 (+161.11%)
Mutual labels:  xcode-plugin, xcode-extension
Xgist
Xcode extension to send code to GitHub's Gist
Stars: ✭ 75 (+4.17%)
Mutual labels:  xcode-plugin, xcode-extension
ViewGenerator
⚒ ViewGenerator generates view code from variable name automatically in iOS development
Stars: ✭ 75 (+4.17%)
Mutual labels:  xcode-plugin, xcode-extension
Xalign
An amazing Xcode Source Editor extension to align regular code. It can align Xnything in any way you want.
Stars: ✭ 2,898 (+3925%)
Mutual labels:  xcode-plugin, xcode-extension
Codegenerator
A Xcode plugin for generate Objectice-C code.
Stars: ✭ 63 (-12.5%)
Mutual labels:  xcode-plugin, xcode-extension
Peckham
Add #import-s from anywhere in the code.
Stars: ✭ 719 (+898.61%)
Mutual labels:  xcode-plugin
Xcodeextensionsample
Various sample commands to implement Xcode Source Editor Extension
Stars: ✭ 47 (-34.72%)
Mutual labels:  xcode-extension

XBookmark

Bookmark Plugin for Xcode

Compatibility

Xcode 8.x and Xcode 7.x

Screenshot

xbookmark

Feature

  • Toggle Bookmark
  • Show Bookmarks
  • Next Bookmark
  • Previous Bookmark

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.

  1. 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)

  1. Restart your Xcode.

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

  • type F3 to toggle bookmarks.
  • type Shift + F3 to display bookmark list.
  • type Command + F3 to jump to next bookmark.
  • type Ctrl + Shift + F3 to jump to previous bookmark.
  • type Command + Shift + F3 to clear bookmarks.

Thanks for

  • XToDo
  • JumpMarks

History Versions

  • 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
    1. Shortcut configurable.
    2. 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).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].