Open
Description
Is your feature request related to a problem? Please describe.
- Support struct refactoring where a developer can move a struct to another package and associated methods.
- Currently highlighting a struct and selecting refactor will produce the message: "No Refactorings Available"
Describe the solution you'd like
- When highlighting a struct, the refactor option would bring up a dialog allowing developers to move the struct to another package
- Relevant import references would be updated in the codebase
Additional context