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?