[Python.NET] python.net and autocompletion

germano carella germanocarella.list at gmail.com
Fri Jul 3 13:50:25 CEST 2015


Hi,
I'm attempting to write a python IDE accessible for blind persons.
I'm a blind programmer and I need it to develop my applications.
I'd like to create an autocompletion db containing all modules, 
functions, classes that a developer can use.
Now, there is a way, with clr module, to retrieve list of available 
modules to import?
Or, there is a way to implement a c# class that makes it possible?
Thanks!
Germano


More information about the PythonDotNet mailing list