macoscope / CodePilot

Code Pilot is an Xcode plugin which lets you woosh through your code and save a lot (and we mean a *lot*) of your time.
http://codepilot.cc
Apache License 2.0
1.33k stars 205 forks source link

CodePilot for Xcode 9 #62

Open antmd opened 6 years ago

antmd commented 6 years ago

Hi,

I rewrote parts of CodePilot so it works with Xcode 9. It's available here: https://github.com/antmd/CodePilot/blob/master/README.md

It still needs some work to get all of the symbol functionality back to the original, but I haven't much time. It should be quite easy, now the approach for Xcode 9 is clear in the new code.

My main use case is the new 'switcher' function I added.

Do you think I should attempt a pull request, or rename the repo to something else (but still provide a link to this version)?

Best Regards --Anthony