Delphi 2007 R2 代码完成未列出基类成员
我最近安装了 Delphi 2007 R2 以及 GExperts1.34、DelphiSpeedUp3.1 和 IDEFixPack4.1。 代码完成功能对我不起作用。假设我创建了一个新表单,在公共部分中按下 CTRL+SPACE,我只看到 TCustomForm 类中 TObject 的某些成员(AfterConstruction、BeforeConstruction、Destroy 等)和组件消息处理程序(即 CM_XXX 消息处理程序)。 它没有列出 TObject 和 TForm 的构造函数。 注意我已经禁用了 Refatoring 包。
我尝试删除所有 3 个专家并加载 .NET 包,但没有成功。使用默认安装本身,代码完成不起作用。然而,当在函数/过程中调用时,它确实列出了所有成员。
我还尝试过在 Windows 7 64 位 m/c 上进行全新安装。代码完成不起作用。
有人遇到过这个问题吗?
普拉文。
I've recently installed Delphi 2007 R2 along with GExperts1.34, DelphiSpeedUp3.1 and IDEFixPack4.1.
The code completion feature doesn't work for me. Say, I create a new form and in the public section I hit CTRL+SPACE, I see only certain members of TObject (AfterConstruction, BeforeConstruction, Destroy etc) and Component Message handlers (i.e CM_XXX message handlers) in TCustomForm classes.
It doesn't list the Constructor of TObject and TForm.
Note I've disabled Refatoring package.
I tried removing all 3 experts and loading the .NET packages, but in vain. With default installation itself code completion doesn't work. It does however list all members when invoked inside a function/procedure.
I've also tried fresh installation on Windows 7 64-bit m/c. Code completion doesn't work.
Anyone faced this issue ?
Praveen.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通常在 D2007 中,我必须在弹出代码完成之前进行构建。我会尝试一下。我在 64 位 Win 7 上运行 D2007,并带有所有这三个插件,并且经常遇到此问题。通常清理/构建或打开一个新单元就能解决这个问题。
Often in D2007 I have to build before code complete will pop up. I'd try that. I'm running D2007 on a 64bit Win 7 with all three of those plugins and have this issue frequently. Often a Clean/Build or opening a new Unit will fix it.