Is there a straightforward workflow in VS Code for moving a class from one namespace to another on the same server? With Caché/IRIS Studio, it was a (sort of) simple export/change namespace in file menu/import operation. But in VS Code it's not obvious (to me, at least).  I can add multiple namespaces to a workspace, but when using isfs:// paths I see only a "Download" option and no "Upload" or "Import/Compile." When I'm navigating the local file tree, I see Import options, but no way to select the namespace into which I want to import. I've worked around this by creating the package name on the isfs:// path as "folders," adding a file for the classname, then pasting the code from the source class to the new classname "file." I can then compile and get the end result I desire, but not quite in a way I find intuitive.