[MonoDevelop] Method parameter code completion fix

John Luke john.luke at gmail.com
Thu Jun 30 14:21:15 EDT 2005


Hey
On Thu, 2005-06-30 at 20:16 +0200, Jacob Ilsø Christensen wrote:
> 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?
looks good, please commit with a changelog of course



More information about the Monodevelop-list mailing list