Autocomplete often suggests @class instead of class="" in blade.php file Follow
Often, but not always, the autocomplete of PhpStorm suggests (erroneously) @class instead of class="" in my .blade.php files (which are basically html templates). I can't see/find any logic why this happens often, but not always.
Where can find the settings to make it always suggest class=""?
Greetings,
Nico
Please sign in to leave a comment.
What IDE version do you use? Looks similar to https://youtrack.jetbrains.com/issue/WEB-52661 that is fixed in recent updates
Hi Elana, thank you for the quick response. I was using 2021.2.3, so I updated (via 2021.2.4) and am using 2021.3.1 now.
And the issue is indeed solved by updating. Happy me!
Great, thanks for letting me know!