Frank Lanitz wrote:
There is a basic autocompletion support inside 0.16. I guess it was introduced with 0.15 but I'm to lazy to look it up. Anyway, from my point of view and my few lines of Python code I'm writing it's sufficient.
Thanks for the info Frank. I know Python codes are small enough for any autocomplete, but the problem comes when you have used a variable names and then try to use it again. Or maybe you have a variable in another module and when importing, it should come in scope. That's too comes under autocomplete.
Can you give me any pointers on the source code where the Python autocomplete is implemented. Maybe I can contribute a bit, since you may be having other areas to work on.
Regards, Manish