Modifying Call Tips and Intellisense Behavior

2005-03-05 Thread pytopo
I like the way call tips displays argument variables for functions when you type the "(" after the function name. However, if one of the arguments to the function is something like "SomeMod.attribute", the intellisense will display all the exposed methods and attributes when "SomeMod." is typed.

Re: Modifying Call Tips and Intellisense Behavior

2005-03-06 Thread pytopo
John J. Lee wrote: > [EMAIL PROTECTED] writes: > > > I like the way call tips displays argument variables for functions when > > you type the "(" after the function name. However, if one of the > > arguments to the function is something like "SomeMod.attribute", the > > intellisense will display