将 Eclipse JDT Core 集成到新编辑器中
我正在构建一个 Java IDE,并尝试实现自动完成或智能感知。在四处寻找可以为我完成大部分工作的东西(而不是重新发明轮子等)后,我提取了 Eclipse JDT 核心的代码,并试图找出如何在我自己的 IDE 中实现它。显然我是在假设这是可能的情况下工作的。
如果有人对 Eclipse JDT Core、实现智能感知或其他有趣的事情了解很多,可以帮助我实现我的目标并愿意参与其中,我将不胜感激!谢谢!
I'm building a Java IDE and am trying to implement autocompletion or intellisense. After looking around for something that will do most of the work for me (not reinventing the wheel etc) I've pulled the code for Eclipse JDT core and am trying to figure out how to implement it in my own IDE. I'm obviously working under the assumption that this is possible.
If anyone knows a lot about Eclipse JDT Core, implementing intellisense, or other fun things that would help me accomplish my goal and would like to weigh in, I would appreciate it! Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
另一个在实现智能感知时可以提供帮助的模块是 XText
(对于您的特定 JDT 域来说可能有点太通用)
替代文本 http://www.eclipse.org/ Xtext/documentation/0_7_2/images/getting-started-editor.png
Another module that could help when implementing intellisense would be XText
(might be a bit too generic for your specific JDT domain)
alt text http://www.eclipse.org/Xtext/documentation/0_7_2/images/getting-started-editor.png