[Ikvm-developers] Suggestion popups in visual studio with internal packages.
Brought to you by:
jfrijters
|
From: Dawid W. <daw...@cs...> - 2011-10-01 07:02:24
|
Hi everyone, I have a task to investigate but I thought maybe somebody already has a solution/ answer to this. The problem we have is this: 1) we compile a Java JAR with ikvmc, making a single package public (using ikvmc publicpackage directive). 2) everything works fine, classes in other packages are marked internal, 3) visual studio still _does_ come up with a suggestion drop list when typing in the "internal" namespaces even if there's nothing public in them (and once you get to the package level where classes reside the combo is empty). Visual Studio 2010, didn't check any other versions. This does not happen with C# assemblies as far as I can tell. More: this also doesn't happen on simple Java examples (when I tried to isolate the problem). Are there any special attributes or namespace data you can think of that may be causing this? I'll dig, but wanted to make sure I'm not duplicating work. Thanks, Dawid |