kotfire/vscode-php-add-property

Allow adding multiple existing properties (support multiple cursors)

Opened this issue · 0 comments

Hello

Currently you can add a single existing property to the constructor. It would be nice if you could add multiple existing properties at the same time by taking all cursors into account instead of just the first.

This would be handy for DTOs or new classes, if you write your properties by hand first or you've copied them over from somewhere else.

Thanks!