Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.x] remove IDE helpers from package #654

Open
wants to merge 1 commit into
base: 1.x
Choose a base branch
from

Conversation

krzysztofrewak
Copy link

Since v1.1.0 release (with changes from #625) my IDE has a big problem with understanding where Illuminate\Http\Request is implemented.

image
image

It looks like [_ide_helpers.php](https://github.com/inertiajs/inertia-laravel/blob/1.x/_ide_helpers.php) is propagating its own classes into projects using Inertia.

I believe that IDE helpers could be great if someone needs them, but they should be in scope of package only. They should not interfere with projects using these packages.

This should fix the problem.

@krzysztofrewak krzysztofrewak changed the title - remove IDE helpers from package [1.x] remove IDE helpers from package Aug 20, 2024
@SamMakesCode
Copy link

SamMakesCode commented Sep 5, 2024

Yeah, having issues with this too. This feels like a developer preference and shouldn't be included in the repository or it's scope should be limited.

This was referenced Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants