onmyway133 / XcodeWay

:sailboat: An Xcode Source Editor Extension that helps navigating to many places easier
https://onmyway133.com/
MIT License
556 stars 37 forks source link
editor extension navigate source xcode

XcodeWay

Checkout https://indiegoodies.com/

Description

Features

Extensible

Although all common scenarios are covered, there's some more that you want to navigate to. Then just add your own by conforming to Navigator. Pull requests are welcome.

protocol Navigator {
  func navigate()
  var title: String { get }
}

How to install

curl -fsSL https://raw.githubusercontent.com/onmyway133/XcodeWay/master/install.sh | sh

Troubleshooting

Credit

Licence

This project is released under the MIT license. See LICENSE.md.