|
From: Jose Q. <qu...@gm...> - 2010-01-12 11:45:04
|
I've seen something similar working for R (i.e., docs next to completion). It was a work-in-progress plugin by Romain Francois, you could have a look here: http://romainfrancois.blog.free.fr/index.php?post/2009/06/02/Completion-popups On 01/11/2010 10:06 PM, Damien Radtke wrote: > I've been working for a little while on a code-referencing plugin called > Code Book (name somewhat pending, but that's the best I've come up with), > which is basically a code completion plugin with the following goals: > > > 1. Language independent (currently only Java is supported, but I plan to > add Python and C/C++ soon) > 2. API based (the plugin parses javadocs for its source, which allows for > obscene amounts of information to be stored) > 3. Robust (completion includes arg lists and a description in the status > bar) > 4. Requires a key combination rather than completing automatically > (auto-completion could become a feature if there's a desire for it) > 5. Built-in API-viewing functionality (direct access to API pages via > InfoViewer) > 6. Both online and local doc parsing/searching (an option to download > online javadocs to your hard drive is also available) > > > The plugin as it stands with the features I've just listed is nearly ready, > and I would like to upload it to subversion soon. If there is any feedback > on what other features people would like to see with this plugin, let me > know. I'm open for suggestions. > > ~Damien > > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > -- === I'm minimizing email (can write w one hand only) so if you have something that requires a long answer, please mail me a time slot and tel. number and I'll call you. Thanks for your patience.=== Jose Quesada, PhD. Max Planck Institute, Center for Adaptive Behavior and Cognition -ABC-, Lentzeallee 94, office 224, 14195 Berlin http://www.josequesada.name/ http://twitter.com/Quesada |