In Ceylon IDE, when you try to import an unknown package, the IDE will try to find it in other modules by querying the module repository. The problem is, ModuleVersionDetails lists all the packages, but we're only interested in visible (shared) packages.
It would be nice to add package visibility in ModuleVersionDetails.
In Ceylon IDE, when you try to import an unknown package, the IDE will try to find it in other modules by querying the module repository. The problem is,
ModuleVersionDetails
lists all the packages, but we're only interested in visible (shared) packages.It would be nice to add package visibility in
ModuleVersionDetails
.