@sennevp Kindly make it first disabled and re-enabled if still not happen https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel-extension-pack Try to use this package which contains related to Laravel. i am using it and its working fine for me on 10x version too.
Aug 1, 2023
2
Level 1
VScode intelephense issues after Laravel 10.x upgrade
Hi all, I recently upgraded my project from laravel 9.x to 10.x.
Since then VScode is no longer able to locate the global helper functions (view(), redirect(), abort(), ...).
They get underlined in red, and intelephense complains with for example
Undefined function 'App\Http\Controllers\Web\view'.intelephense(1010)
Does any of you know how to fix it? I know VScode is probably not the best IDE for Laravel, but I would prefer to keep using it for now.
Please or to participate in this conversation.