[IronPython] Crippled Intellisense?

Rob Brown-Bayliss r.brown.bayliss at gmail.com
Fri Jul 16 01:17:50 CEST 2010


I had problems similar because the indenting was confusing the editor
and placing the red lines under new code.

It was fixed by changing the tab options in the text editor,  I
switched the indenting to Block (not smart) and checked the keep tabs
option.

On Sat, Jul 10, 2010 at 1:38 AM, Marcin Krol <mrkafk at gmail.com> wrote:
>
> I got an MSDN license which allowed me to install VS 2010 Professional, I
> also installed IronPython tools. However, intellisense doesn't seem to fully
> work, for instance I can access string method's like
>
> 'abc'.(complete)
>
> but when I do
>
> x = 'abc'
>
> and then
>
> x.
>
> it just underscores it in red.
>
> Most of intellisense autocompletions from IronPython walkthrough don't work,
> e.g.:
>
> def f(abc):
>    return abc
>
> f('ab').
>
>
> Anybody knows what's going on with this? Is this limitation of Pro as
> opposed to Ultimate and whatitsname versions of VS 2010?
>
>
> --
>
> Regards,
> mk
>
> --
> Premature optimization is the root of all fun.
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>



-- 
--

Rob



More information about the Ironpython-users mailing list