[IronPython] autocompletion (intellisense) for clr.AddReference

Piotr Zolnierczuk dasneutron at gmail.com
Fri Jan 7 22:37:30 CET 2011


Dino:
thank for the explanation for the clr.Reference.



>> > import System.Text as text
>> > text.<TAB>   produces autocompletion list
>> >
>> > whereas
>> >
>> > import System.Text
>> > System.Text.<TAB> does not
>
> Does "Text." give you completions?  We could just be misanalysing the
> import statement.

import System.Text
Text.<TAB> no autocompletion

from System import Text
Text.<TAB> autocompletion present


I am really puzzed

Piotr



More information about the Ironpython-users mailing list