bmewburn / vscode-intelephense

PHP intellisense for Visual Studio Code
https://intelephense.com
Other
1.57k stars 93 forks source link

No match expr folding #2850

Closed bmewburn closed 1 week ago

bmewburn commented 2 months ago
<?php

$result = match ($val) {
    1 => 1,
    2 => 2,
    3 => 3,
    4 => 4,
};