One feature I miss is "partial static import" - one that essentially automates `import modname = packname.modname`, allowing to qualify by module name only. That could have removed some repeating boilerplate from my code.