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

[Bug]: path show wrong when hover any in file path #123

Closed
kishanlad27 opened this issue Dec 22, 2024 · 4 comments
Closed

[Bug]: path show wrong when hover any in file path #123

kishanlad27 opened this issue Dec 22, 2024 · 4 comments
Assignees
Labels

Comments

@kishanlad27
Copy link

kishanlad27 commented Dec 22, 2024

Extension Version

0.1.14

PHP Binary

Other

Operating System

Windows

What happened?

image

I have wrote to a code for get a config file app_url. when I hover on config('app.url') it shows me a wrong path.

Mimimal Code Sample

Route::get('/config',function(){
    config('app.url');
});
@getupkid
Copy link

Possible duplicate of #110

@kishanlad27
Copy link
Author

Yes, you are right the only PHP binary that is different.

@joetannenbaum
Copy link
Collaborator

Closing this in favor of #96, we'll track progress there.

@kishanlad27
Copy link
Author

Okay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants