• Edited

Hi there,

Just bought the premium version and I've scaffolded a default Laravel Breeze app, when I select the "go to definition" I get multiple definitions.

When looking further it seems like its looking at the default classes from the vendor folder, is it possible to specify which vendor directories to ignore?

Thanks

    hey Thank you for using our tools and for reporting the issue.

    In this case, when it's obvious, we should show just the single definition - will be fixed.

    In general, the mouse hover looks for all the matching definitions across your VSCode workspace. You can use the setting "files.exclude" to ignore specific (non vendor) files and folders.

    The upcoming update automatically will ignore vendor folders nested inside the main vendor folder.

    But currently, we don't have a setting to ignore specific packages from your vendor. The extension shows all the packages installed from composer.json - this is on our to-do.

      Write a Reply...