1

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?

Sridhar Ratnakumar
  • 81,433
  • 63
  • 146
  • 187
Pavan
  • 17,840
  • 8
  • 59
  • 100

1 Answers1

0

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.

Colin Hebert
  • 91,525
  • 15
  • 160
  • 151
  • firs thank you for replying. ive edited my post. There is an option to add an api catalog from my hard drive, so there must be a way of adding a java api catalog. – Pavan Oct 09 '10 at 15:43