[IronPython] How to remove auto correct feature in visual studio?

Stefan Dobrev stefan.dobrev at gmail.com
Sun Jul 8 12:40:52 CEST 2007


You can go to Tools -> Options -> Text Editor -> IronPython Language and
uncheck Auto list members. The if you want to use the IntelliSense you have
to use Ctrl+Space to toggle it.

Hope this helps,
Stefan Dobrev

2007/7/8, Dan Eloff <dan.eloff at gmail.com>:
>
> The auto correct feature in Visual Studio is driving me crazy. It's
> fixed 0 mistakes and created a million. If I type a variable name or
> even a python keyword it automatically "fixes" it when i hit space and
> changes it to the closest matching name in the namespace. For example
> the keyword "in" becomes the function "input". I had a look around the
> options and I didn't spot anything that looks like it would fit.
> Surely there is some way to disable that or prune it back? It's really
> annoying.
>
> Thanks!
> -Daniel Eloff
> _______________________________________________
> users mailing list
> users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20070708/9a385b47/attachment.html>


More information about the Ironpython-users mailing list