plugin icon indicating copy to clipboard operation
plugin copied to clipboard

[Feature Request]: Autocompletion of the validator can work on wildcard variables

Open StringKe opened this issue 2 years ago • 0 comments

Feature Description

<?php

class TestControler {
    static array $UserRules = [];
    private array $PostRules = [];
}

CleanShot 2023-07-28 at 16 06 29@2x

support * in fields

StringKe avatar Jul 28 '23 08:07 StringKe