DEVSENSE / phptools-docs

PHP Tools public content
Apache License 2.0
83 stars 10 forks source link

File -> Create new Class #669

Closed shyim closed 2 months ago

shyim commented 2 months ago

Hey,

I am trying always to switch from PhpStorm, but what I really miss is that I can click New Class type my class name and it creates a new file and already fills the boilerplate:

<?php

declare(strict_...);

namespace <auto-detected>;

class MyClass {

}

I would make my life SO much easier, if that would be possible 🤔

shyim commented 2 months ago

whoopsie, https://github.com/DEVSENSE/phptools-docs/issues/191

jakubmisek commented 2 months ago

Thank you for the feature request, and for finding the duplicate :)