Eclipse CDT 智能感知
我正在使用 Eclipse CDT 在 PIC32 上进行开发。我只是使用IDE进行编程和桌面调试(cygwin,当他想工作时)。
我需要帮助来改进 Eclipse CDT 自动完成(例如头文件名称、全局变量、头文件方法)。这里的性能不是主要问题,它甚至可能是类似 geany 的自动完成(其中可用的符号是 IDE 打开的 .c 和 .h 上出现的符号,即使我的 .c 无法访问该文件) 。
塔克斯
I´m using Eclipse CDT to develop on PIC32. I just use the IDE to do the programming and desktop debug (cygwin, when he wants to work).
I need help to improve Eclipse CDT auto complete (e.g. header files names, global variables, header file methods). Performance here it's not a major problem, it could be even a geany-like auto complete (where the symbols available are the ones that appears on the IDE open .c and .h, even if my .c can't reach that file).
Tks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的所有 .c 和 .h 文件是否都已添加到 cdt 项目中?
您使用哪个 Elipse/cdt 版本?
另请参阅 http://sourceforge.net/projects/piccbuilder/
我对这个插件没有经验,它可能会也可能不会帮助你。
Are all your .c and .h files added to the cdt project?
Which Elipse/cdt version do you use?
Also, see http://sourceforge.net/projects/piccbuilder/
I have no experience in this plugin, it may or may not help you.