damian-bal / php-class-generator

VSC Extension for generating PHP classes out of compser PSR-4
4 stars 3 forks source link

Feature Request: Generate class directly from Explorer Panel #2

Closed still-dreaming-1 closed 4 years ago

still-dreaming-1 commented 4 years ago

I don't know if this is possible or not, but it would be awesome if we could just right click the folder from the VS Code solution panel, and have a "new class" option, or something like that.

damian-bal commented 4 years ago

Thanks for the idea, I will look if that's possible if it is then I will try to find the time to implement it.

still-dreaming-1 commented 1 year ago

Why was this marked as complete? I think most users are looking through the Explorer when deciding where to create a new class. It helps to be able to see the other files and folders there. This also helps when deciding what name to give your class or whatever you are creating.