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

Implement Alloy remove command

Open ewanharris opened this issue 5 years ago • 2 comments

The Alloy remove command takes a single argument that is the name of a controller/style/view, and removes the related files. It only handles a single argument. As the command removes all the related files we should only implement it as a "remove Alloy MVC components" (could be improved)

ewanharris avatar Dec 13 '18 16:12 ewanharris

good first issue 😄

hansemannn avatar Dec 14 '18 10:12 hansemannn

Perhaps you can tap into when you remove a controller/view/style file and the plugin finds related files to prompt if user wants to delete those as well?

Topener avatar Jul 17 '19 14:07 Topener