Hi,
I'm currently trying your wonderful VSCode extension as possible replacement for premium Intelephense for our team.
One important thing I'm missing in VSCode ist still the "Add new X" option in the file tree for PHP which adds
- PHP Class
- PHP Interface
- PHP Trait
- PHP ENUM
It should ask for the class name and try to auto-generate as much as possible from that. I think this is typical behaviour known from other Code editors.
There's an existing extension for that, which demonstrates this: https://marketplace.visualstudio.com/items?itemName=jaguadoromero.vscode-php-create-class but it has a lot of bugs and doesn't work that well. But it shows, how it SHOULD work.
Could you please consider adding this important time-saving feature for VSCode PHP?
Thank you very much!