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 ?



_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to