vscode-as3mxml icon indicating copy to clipboard operation
vscode-as3mxml copied to clipboard

Code Action: Move class/interface/function/variable after package block to new file

Open joshtynjala opened this issue 7 years ago • 0 comments

TypeScript supports the ability to move a class to a new file starting in VSCode v1.24:

https://code.visualstudio.com/updates/v1_24#_move-to-new-file-refactoring

In ActionScript, a similar feature would be useful for file-internal classes that have been added after the package block. It could be exposed as a code action.

joshtynjala avatar Jun 06 '18 20:06 joshtynjala