I am just trying to learn swift. When i type @
, XCode doesn't give any suggestion. I want to write @IBAction, @IBOutlet
etc. If i write that, XCode does not show any error and it's work fine. If it's work then, why Xcode does not show any suggestion? I am using XCode 6.2 and iOS 8.2 . Please tell me how can i solve this problem?
Asked
Active
Viewed 284 times
1

ThrowingSpoon
- 861
- 2
- 12
- 32

Alamin
- 877
- 2
- 12
- 17
-
Did you select Objective-C or Swift when creating the project / file ? – Raptor Apr 21 '15 at 08:34
-
i have selected Swift – Alamin Apr 21 '15 at 08:34
-
possible duplicate of [Xcode 6 with Swift super slow typing and autocompletion](http://stackoverflow.com/questions/25948024/xcode-6-with-swift-super-slow-typing-and-autocompletion) – Diego Freniche Apr 21 '15 at 08:39
-
3Swift autocompletion is [really slow](http://stackoverflow.com/questions/25948024/xcode-6-with-swift-super-slow-typing-and-autocompletion). File a radar if you want it fixed... – Diego Freniche Apr 21 '15 at 08:39
-
If its not showing you suggestion, you can try ctrl+space to show suggestions – Ashish Musale Apr 21 '15 at 08:45
-
Autocompletion is not only slow, it often simply fails. Restart XCode (and eventually clearing cashes) improves the situation for a while. But just for a while. – qwerty_so Apr 21 '15 at 09:14