inertiajs / inertia-laravel

The Laravel adapter for Inertia.js.
https://inertiajs.com
MIT License
2.01k stars 224 forks source link

Add _ide_helpers.php to git export-ignore #559

Closed gerardroche closed 5 months ago

gerardroche commented 9 months ago

This file actually interferes with application-level LSP, because LSP picks it up and indexes it, then things break like goto definition and results in warnings about missing methods like Route::get().

driesvints commented 5 months ago

Done, thanks.