vscode-php-intellisense
vscode-php-intellisense copied to clipboard
function names inserted as GlobalFunctionName
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.