vscode-as3mxml
vscode-as3mxml copied to clipboard
Code Action: Move class/interface/function/variable after package block to new file
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.