BowlerHatLLC / BowlerHatLLC/vscode-as3mxml
Code Action: Move class/interface/function/variable after package block to new file
Open
enhancement
help wanted
- Dominant language
- Java
- Stars
- 282
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.