X code [ESC]无法自动完成.m文件属性 [英] Xcode [ESC] fail to auto complete the property in .m file

查看:137
本文介绍了X code [ESC]无法自动完成.m文件属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经声明在头文件的属性,例如:

I have declared a property in the header file, for example

@interface myClass {
    NSArray* data;
}
@property (nonatomic, retain) NSArray* data;

当我想合成它在.m文件,我preSSESC,并期望属性数据将出现在列表中,但它不?

when I want to synthesize it in the .m file, I press 'ESC' and expect the property 'data' will appear in the list but it doesn't ?

@implementation
@synthesize da[ESC]

它提示'未发现落成

It prompts 'No completions found'

任何帮助吗?非常感谢〜

any help? many thanks ~

推荐答案

有时需要一点时间为X code到更新其自动完成的数据库。不像在Visual Studio IDE,它不会立即与任何code修改完成的。

It sometimes takes a little while for Xcode to update its autocomplete database. Unlike the Visual Studio IDE, it's not done instantly with any code change.

这篇关于X code [ESC]无法自动完成.m文件属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆