[Mono-dev] csharp tab completion.

Miguel de Icaza miguel at novell.com
Mon Mar 23 13:43:29 EDT 2009


Hello,

> I probably don't get it, but that's still fine. You will have 
> ExpressionCompletion and ExpressionStatementCompletion.

Is this so that I can reuse the *existing* implementation of say
MemberAccess?

If so, it is useless because I would have to turn MemberAccess into an
ExpressionStaement to avoid the errors that we get otherwise.

The other issue is that even if I did that, we would have to refactor a
lot of the code.   We would have one of our hands tied behind our back.

That was my original approach, it sucked.



More information about the Mono-devel-list mailing list