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

Result speed compared to open quickly is sub-par. #5

Open mjarvis opened 10 years ago

mjarvis commented 10 years ago

There is a large delay between typing something and the results appearing and allowing the user to hit enter and proceed.

For myself, this causes me to press enter before the results have appeared when I'm using a search result I know will get me where I want.

Changing DEFAULTS_SEARCH_INTERVAL_KEY to a smaller float fixes the delay as expected but causes significant lag in the UI & action response.

I'd like to spend some time in instruments and see if I can figure out ways to improve this. This ticket will also allow open discussion of areas in need of improvement.

lipka commented 10 years ago

:+1: