Feature Request - Copy Form

In the Project Explorer window can we add the ability to right click a form with the option to copy it?

Many apps have many forms where the base of each form is the same. This would save an enormous amount of time creating each form from scratch.

This will also remove the need to keep importing external forms to use as templates.

The proper way to do this is to use Export Current Form/Code in the File menu, then use Add Existing Form in the Project menu.

This creates a file called {formname}.frm. You can actually open this file in an editor and customize it.

Ok, thank you.