Ability to move a form, package, or module to a folder that is currently scrolled off-screen

Currently, I have so many files, forms, packages, etc. that my drag-n-drop target is frequently off-screen. Drag-n-drop then fails to move what I’m dragging.

I am resorting to Git as a workaround:

  1. get a local (on my PC) copy of the entire app,
  2. in my local copy’s filesystem, move/rename the file/form/module/package to its final destination
  3. git commit and git push back to Anvil

But not everyone is set up to do that.

3 Likes