Open source alternative for "Intellisense"

Posted by Elazar Leibovich on Stack Overflow See other posts from Stack Overflow or by Elazar Leibovich
Published on 2010-04-11T17:39:32Z Indexed on 2010/04/11 17:43 UTC
Read the original article Hit count: 735

Microsoft has recently announced "Intellisense", a killer feature for VS2010 IMHO.

Basically it records all the instructions the program ran, and allows you to easily look through the execution log.

Is there a similar feature for open source tools? Specifically such a feature for Java with Eclipse integration would be a nice thing to have.

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about intellitrace