wetdesert / rad2py

Automatically exported from code.google.com/p/rad2py
GNU General Public License v3.0
0 stars 0 forks source link

calltip and autocomplete fixes #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Call-tips:

 * avoid self as first parameter
 * highlight parameters and default values
 * open again if right parenthesis is deleted or user moves between them  (or press CTRL+SPACE)
 * show parameters as placeholders? (allowing overwrite?)

Auto-complete:

 * keep autocompleting according user keystrokes
 * autocomplete parameters? (related to the previous points)

Original issue reported on code.google.com by reingart@gmail.com on 20 Oct 2014 at 11:06