[MonoDevelop] Method parameter code completion fix
Jacob Ilsø Christensen
jacobilsoe at gmail.com
Thu Jun 30 14:16:09 EDT 2005
Hi.
Suppose you have the following code:
void M1(int m1)
{
}
void M2(int m2)
{
}
In M2 the code completer can see m2 but in M1 the code completer can
see m1 AND m2. This is due to the fact that all method parameter
variables have start location (0,0). The attached patch fixes this
issue so that only m1 can be seen from M1.
Any comments?
/Jacob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: method-parameter-scope.patch
Type: text/x-patch
Size: 1842 bytes
Desc: not available
Url : http://galactus.ximian.com/pipermail/monodevelop-list/attachments/20050630/20c7f6b9/method-parameter-scope.bin
More information about the Monodevelop-list
mailing list