I'm working in Java, C ,Perl, and Bash (and a little python) on a project that all work together (mostly via RESTfull interfaces) and am looking for an IDE suited to Polyglot programming?
What IDE can i use that has:
- jump to definition
- call hierarchy
- syntax highlighting
across at least these languages:
- Java
- C
- Perl
all from within the same project?
ps: i'm not too concerned with building the project.
pps: It is important that context switching time be minimal, searches can cross languages, and that the call hierarchy and jump-to-definition work in all visible code all the time. diferent editors have differing concepts of "project" and I'm not concernted about that as long as these criteria are met.