Xcode 6 with Swift super slow typing and autocompletion

后端 未结 11 1293
广开言路
广开言路 2020-11-30 19:05

Is it just me or Xcode 6 (6.0.1) with Swift seems to be super slow when you type your code, especially with autocompletion?

A normal Objective-C cla

11条回答
  •  暖寄归人
    2020-11-30 19:21

    It was a pain until XCode 7.2.

    Apple fixed it in XCode 7.3 and now it works like a charm. It's super fast and much more powerful as it seems to work a bit like the fuzzy search of files : you don't have to actually type the exact beginning of the method/property for it to appear in the list of propositions.

提交回复
热议问题