0

Say my prefix is GV, and I have a class named CVViewController. Before Xcode 7.3 I use to search for ViewController and CVViewController would show up first.

After recent update, CVViewController will only show up when searching with prefix. This is probably after Swift doesn't have to use Prefixes any more. But for Objective C this is a pain.

Is there any way to change this back?

Alexander
  • 4,153
  • 1
  • 24
  • 37
MCMatan
  • 8,623
  • 6
  • 46
  • 85

1 Answers1

0

I suppose what you mean by "search" is by hitting shift+cmd+O, right?

What you describe seems to work fine for me (Xcode 7.3).

Try to do the steps described here and as an alternative you can use the FuzzyAutocomplete Plugin which should also do what you want.

Community
  • 1
  • 1
phi
  • 10,634
  • 6
  • 53
  • 88