[MonoDevelop] Code completion

Lluis Sanchez lluis@ximian.com
Fri, 04 Jun 2004 14:11:43 +0200


The new code completion service will only include information from the
assemblies referenced in the project. If the file does not belong to any
project, it will only include info from mscorlib.

Lluis.

On dv, 2004-06-04 at 13:54, Artur Brodowski wrote:
> I know that there's new implementation for it in 0.4, but is there 
> a special way to activate it?  
> After creating new C# file with MD 0.4 code completion is... incomplete.
> 
> using -> System
>          Mono
>          Microsoft
> 
> using -> System. -> Collections
>                     ... (only few class libraries here)
> 
> There's no completion for System.Data, System.Xml, System.Net objects.
> How do I rebuild completion database?
> 
> regards,
> artb.