Giter Site home page Giter Site logo

Comments (2)

slazyk avatar slazyk commented on July 28, 2024

This is a perfectly valid idea for a separate plugin, so it might indeed be a good idea to give it a shot yourself.

I know that Boris Bügling had a talk about how to extend Xcode which might be a good place to start (together with resources linked there). You can also start by looking at some existing plugins. There's a project template for Xcode plugin. Finally, chendo has blogged how he figured out what to patch for this plugin using dtrace.

It's probably all covered there but just in case some useful tools/methods would be:

  • class-dump to get Xcode headers and look for the interesting parts
  • lldb/gdb do debug either Xcode itself or your plugin
  • Hopper if you'd like to disassemble Xcode to figure something out
  • dtrace if you'd like to trace instead
  • you will also need to do some method swizzling to change Xcode's behavior

As for fuzzy matching itself, there is a IDEOpenQuicklyPattern in IDEKit that does exactly that.

from fuzzyautocompleteplugin.

 avatar commented on July 28, 2024

thanks so much for all that research material, i've added it to my 2Do list as a project, so hopefully i get it done before year's end :P

from fuzzyautocompleteplugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.