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 🤔
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:
I would make my life SO much easier, if that would be possible 🤔