SpartanX1 / nestjs-files

Visual Studio code extension to quickly create NestJS Files
https://marketplace.visualstudio.com/items?itemName=AbhijoyBasak.nestjs-files
MIT License
14 stars 7 forks source link

Generating a controller does not set @Controller() decorater properly #11

Open Zerotask opened 3 years ago

Zerotask commented 3 years ago

If I create a controller with nest g controller, it sets the name of the controller in the @Controller decorator, e. g. @Controller('user'). If I generate a new controller with this extension, the decorator is empty. I expect that the extension is very similar to the Nest CLI commands, otherwise I don't see any time benefits.