Search code examples
javaautocompletekomodokomodoedit

java Api catalog? komodoedit java auto complete feature


Hi by default komodo edit supports the following languages for its auto completion feature by default:

  • Ruby: require, class modules (on . and ::), class variables and methods, method calltips.
  • Python
  • Perl
  • PHP
  • XSLT
  • XML
  • Tcl

I am programming in java at the moment, and I need to have the auto completion feature with that language. Can someone please tell me where i can download it or how i can enable it. thank you in advance.

EDIT: If i go to preferences, code intelligence, there is an option to add API catalog from my hard drive. so there must be a java api catalog? how can i get it?


Solution

  • Komodo's goal is to provide the same features than Java/.net IDE but this time for dynamic languages such as Perl, Python or Ruby. And as said in this post there is already a better integration of Java (or .net) in other specialized IDEs.

    You should look at Eclipse, Netbeans or IntelliJ.