Xcode 7.3 Objective c class 搜索,没有使用前缀

Xcode 7.3 Objective c class search, has no use prefix

假设我的前缀是 GV,我有一个名为 CVViewController 的 class。 在 Xcode 7.3 之前,我用搜索 ViewControllerCVViewController 会首先出现。

最近更新后,CVViewController 只会在使用前缀搜索时显示。 这可能是在 Swift 不再需要使用前缀之后。但是对于 Objective C 来说,这是一种痛苦。

有什么办法可以改回来吗?

我猜你所说的"search"是指点击shift+cmd+O,对吧?

你描述的内容对我来说似乎很好用 (Xcode 7.3)。

尝试执行描述的步骤 here and as an alternative you can use the FuzzyAutocomplete Plugin,这也应该能满足您的要求。