I created a package with:
Pkg> generate MyPackage
Pkg> develope MyPackage
using MyPackage
Then added a new function to MyPackage, re-started the kernel and ran
using MyPackage
.
This makes the function visible, but can it be done without re-starting the kernal?