|
From: Slava P. <sp...@gj...> - 2000-03-22 05:59:36
|
Jeff Duska wrote: > > Where can I learn more about CodeAid? I'm sure I messed some of the details, > but I wasn't sure what to look for. The archive didn't really get more > information other than it replaces JINDEX. > It doesn't replace JIndex. CodeAid is actually a method completion plugin. Ie, when you type 'System.', it shows a popup underneath the cursor that has 'out', 'err', and so on in it. It also does a similar thing with method prototypes; eg, type comp.add( where comp is an AWT Component, and you will get a popup with the various forms of the add() method. Slava |