VS Code set up for Filament/Laravel development?
I'm coming from a Typescript react background, so I'm very used to just being able to command click on any type, method, function or whatever and for it to take me to it's definition. Whether it be my own, or something from a package.
For example if I have a plugin for Media which has a ->getDefaultFolder(), if I want to find out anything more about what this does, I have to manually search and find it in the vendor folder.
However I can't seem to get this funcionality to work for Laravel and Filament at all. I've installed the Laravel Extension pack but it didn't do anything. There are 2 Filament specific plugins but both seem outdated. Does anyone know if I can do something to achieve the same funcionality as in React projects? I'm on Mac
However I can't seem to get this funcionality to work for Laravel and Filament at all. I've installed the Laravel Extension pack but it didn't do anything. There are 2 Filament specific plugins but both seem outdated. Does anyone know if I can do something to achieve the same funcionality as in React projects? I'm on Mac
3 Replies
Heyo, for Visual Code you need to use https://intelephense.com/
Intelephense
PHP code intelligence. Cross platform. Any editor.
But I highly recommend to check out PHPStorm, it's much better for PHP development
I have that installed as well
Haha no way