[IronPython] autocompletion (intellisense) for clr.AddReference

Dino Viehland dinov at microsoft.com
Fri Jan 7 22:49:20 CET 2011


Piotr wrote:
> 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

Ok, one more question, does System. give you completions and if so does it 
include anything like ASCIIEncoding ?






More information about the Ironpython-users mailing list