rblondeau
Tomato Guru
Canada
102 Posts |
Posted - Feb 09 2005 : 6:05:44 PM
|
I'm using VAX 1293 with C# in VS 2002.NET
I know that this is another "Options" comment but I have to do it.
Below you will see that I am attempting to provide an Argument (called iFormMiddle) to the SetBounds method. I don't want to have the "if" suggested to me because that is not a valid suggestion. I do want the "if" to be suggested to me anywhere else (for the moment at least ).
I know that we can turn off AutoText, but that would prevent the "if" from being suggested elsewhere and that is not what I want.
Here comes the Option.... Is there anyway we could "tag" an AutoText for inclusion/exlusion from function/method argument lists?
Possibly have all non-tagged AutoText behave as they always have but have the tagged ones behave differently.
Something like the following would exclude the "if" AutoText from being suggested in the Argument List.
if: [NoArgumentList] if(-?) {
}
Ok, now go ahead and slag me for suggesting another Option!
|
Edited by - rblondeau on Feb 09 2005 6:06:56 PM |
|