Code Completion not working in AppCode 2016.1.1 Build #OC-145.597,

Hi,

I have the following code:

 

var myFrame:CGRect = self.frame

myFrame.

I don't get the possible options at "myFrame." - actually this is the same everywhere.

I works perfect in Xcode 7.3

 

Any ideas?

 

Cheers,

 

Frank

 

0

I tried this and completions worked just fine:

 

var frame = CGRect()

frame.<completetions shown>

 

Invalidate Caches and see if that helps. 

 

What is the markup language for these forums. Wonder why they didn't use the same as YouTrack 

0
Avatar
Permanently deleted user

Hi Frank.

 

Would you be able to send a sample project where the issue manifests itself to appcode-support at jetbrains.com? 

0
Avatar
Permanently deleted user

Frank,

I've found a case when behavior is the same as you described in the original example. Please take a look and let us know if it matches your case.

0

请先登录再写评论。