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 <[EMAIL PROTECTED]>:
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 [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
