[MonoDevelop] code-complete with ikvm assemblies

Mike Krüger mkrueger at novell.com
Sun May 30 02:15:49 EDT 2010


Hi

ATM  we don't have code completion for Java. We're not going to do this ourselves (we're concentrating on the C# backend, we've too few
developers to provide full language support for more languages).

But we're taking contributions :)

Regards
Mike

> Hello There,
> 
> I've been playing around with IKVM ( and am rather impressed ). 
> 
> I have a few java classes that ikvmc has turned into an assembly and
> seem to work very well. My question is that when using monodevelop (2.2)
> I can get code-completion for the availible class names and namespaces
> but not any class/instance methods or fields.
> 
> Eg, I have a java class like so:
> 
> 
> public class Foo {
>  private String fooName;
> 
>  public static int Instances = 0;
> 
>  public Foo( String name ){
>    fooName = name;
>    Instances++;
>  }
>  public String GetName(){
>    return fooName;
>  }
> }
> 
> The IKVM DLL for the above contains all the right stubs when viewed in
> the assembly browser ( and my program calling into that DLL does work
> fine in mono )
> 
> In MD I only get the auto-complete for Foo, and only get the methods and
> fields completed for a basic object (GetHashCode(), ToString() etc)
> 
> Is this expected?
> 
> Thanks
> 
> Ian
> 
> -- 
> Ian Norton-Badrul
> Tactical Software Engineer
> nCIPHER 
> http://www.ncipher.com
> +44 1223 723 600
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list



More information about the Monodevelop-list mailing list