ialexivy / vscode-angular2-files

vscode extension generating angular files with angular cli
MIT License
61 stars 36 forks source link

Add support for simple resolver #56

Closed ANicholasson closed 3 years ago

ANicholasson commented 4 years ago

First time I've ever touched vs code extension code before, so not sure if this works as I've not successfully tested it. Tried to click the 'Generate Resolver' option in the menu, but the naming popup didn't show. Not sure what steps needs to be taken to be able to test it properly.

Anyway, I wanted to create an option to generate a simple resolver. This should also resolve #41.

Feedback and/or guidelines is very much appreciated 😄