I have Laravel Blade Snippets extension installed in my VSCode. But when I'm coding at a blade type page, if I use the php tag < ?php ?>, the VSCode doesn't autocomplete php code.
For example, in the code below, when I type str_r, it should autocomplete showing the functions started with str_r. In this case one of the options should be str_replace.
But instead, it does nothing.
Can someone help me?