[IronPython] autocompletion (intellisense) for clr.AddReference

Piotr Zolnierczuk dasneutron at gmail.com
Fri Jan 7 22:57:53 CET 2011


import System.<TAB> - works

import System
System.<TAB> works too. There's no ASCIIEncoding) but there's
AppDomain for example and the list starts with
AccessViolationException and ends with {} Web
System.<TAB>Text.<TAB>ASCIIEncoding does work

but again
import System.Text
System.<TAB> does not work
System.Text.<TAB> does not work either

(Can one debug it somehow?)



On Fri, Jan 7, 2011 at 4:49 PM, Dino Viehland <dinov at microsoft.com> wrote:
>
> 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 at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>



More information about the Ironpython-users mailing list