Integrating Eclipse JDT Core into a new editor

Posted by B_ on Stack Overflow See other posts from Stack Overflow or by B_
Published on 2010-05-05T07:20:39Z Indexed on 2010/05/05 7:28 UTC
Read the original article Hit count: 400

Filed under:
|
|
|

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!

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about eclipse-jdt