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 <mrk...@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@lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- -- Rob _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com