[Pkg-mono-devel] monodevelop will not compile application

Chris Capon abyss@pathcom.com
Mon, 24 May 2004 11:19:05 -0400


On Mon, 2004-05-24 at 07:29, Tomasz Rybak wrote:
> > Other things I notice are that usually when running monodevelop for the
> > first time, it asks how it should build the intelisense help database
> > (quick or full), but now it doesn't.
> 
> Files created by MonoDevelop are in $HOME/.config/MonoDevelop.
> Remove this and run MD again - it'll ask about creating database.

This solves the problem.  MonoDevelop generates the database again. 
Thanks.


One bug/missing feature: while pop-up help provides a list of class
members, it doesn't show method parameters.

For instance, typing "Console." produces a list of members, but
"Console.WriteLine(" does not produce a list of method parameters.

Is this implemented in the upstream MonoDevelop?