Xcode 6 with Swift super slow typing and autocompletion

后端 未结 11 1317
广开言路
广开言路 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:18

    Autocomplete is broken since Xcode 4. Until Apple decides to fix this 2 years old bug, the only solution, unfortunately, is to turn code completion OFF on XCode's preferences (first option of the pic below).

    You can continue to enjoy completion manually by typing CTRL space or ESC when you need it.

    This is the only solution that works every time for 100% of the cases.

    enter image description here

    Another thing I have discovered recently is: if you use plugins on Xcode, don't. Remove them all. They make the problem worse.

提交回复
热议问题