Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

function names inserted as GlobalFunctionName #593

Open
worldtok opened this issue Sep 19, 2021 · 0 comments
Open

function names inserted as GlobalFunctionName #593

worldtok opened this issue Sep 19, 2021 · 0 comments

Comments

@worldtok
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant