vscode-php-intellisense icon indicating copy to clipboard operation
vscode-php-intellisense copied to clipboard

function names inserted as GlobalFunctionName

Open worldtok opened this issue 3 years ago • 0 comments

function dj($d)
{
    die(json_encode($d));
}

GlobalDj()

The above function is written, but when I type the function as dj and press enter it automatically turns it ``` GlobalDj() ````

Please if there's any setting I have to do I will be glad to know.

worldtok avatar Sep 19 '21 17:09 worldtok