Popularity
0.5
Stable
Activity
0.0
Stable
9
3
0

Code Quality Rank: L5
Programming language: Objective-C
License: MIT License
Tags: Plugins     Xcode    

SFJumpToLine alternatives and similar libraries

Based on the "Plugins" category.
Alternatively, view SFJumpToLine alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of SFJumpToLine or a related project?

Add another 'Plugins' Library

README

SFJumpToLine

Xcode plugin that moves the instruction pointer to the selected line.

Install:

  • Install via Alcatraz
  • Or clone and build the project, then restart Xcode.

Uninstall:

  • Uninstall via Alcatraz
  • Or run rm -r ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/SFJumpToLine.xcplugin/

Usage:

Once you are break, do ^J (ctrl + j) on the line you want to jump with the instruction pointer.