PDA

View Full Version : autocomplete pop-up for class/methods like eclipse in jedit?



mrpeenut24
April 25th, 2007, 10:27 PM
I used eclipse a few years ago for java and I loved their autocomplete pop-up box for classes and functions. I was wondering if there was something like that in jedit? Specifically for python. I liked the fact that the pop-up let you know what parameters the function needed.

samjh
April 26th, 2007, 03:37 AM
JavaSideKick is the plugin you're looking for.

Unfotunately the code-completion component is broken, so you will need to wait until the next release (fix is committed, but not yet released).

mrpeenut24
April 26th, 2007, 06:39 PM
Is the PythonClient the class that includes the code-completion? Because it says that it's broken. :-/