[MonoDevelop] Code Completion doesn't work at all on Ubuntu 6.06LTS

Rafael Teixeira monoman at gmail.com
Mon Aug 28 09:53:16 EDT 2006


Code completion is very sensitive to small parsing error. For instance
it won't work with:

a = MyObject.  anything;

The "anything" bit will make the parser loose its grip of what MyObject means...

Any missing ";" in the lines above the point you are will also make
the Code completion parser get lost.

This may have become more apparent, after the support for generics was
added, but it only tells that the parser need more recoverability
(rules that swallow the pieces that are making it fumble). And that is
hard work.

Any heroes coming to rescue?


On 8/24/06, João Gomes <jg at netvisao.pt> wrote:
> Hi!
>
> I have the same problem.
>
> The code completion works, but not always... only sometimes...
> And it has nothing to do with any previous error in the code.
>
> I don't know what is the problem.
>
>
>
> Alexander Dong Back Kim wrote:
> Hi,
>
> I've just installed MonoDevelop 0.10 on Ubuntu 6.06LTS.
> It seems there is a problem with the code completion. I created a project
> and started coding but the popup of member information never appeared. I
> checked the option of code completion too (as default). I added reference
> too.
>
> Is there any suggestion or hints for solving this problem? Since the code
> completion doesn't work, it is really hard to keep using MonoDevelop.
>
> Thanks,
> Alex D. B. Kim
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>


-- 
Rafael "Monoman" Teixeira
---------------------------------------
"The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself. Therefore all
progress depends on the unreasonable man." George Bernard Shaw


More information about the Monodevelop-list mailing list