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]: (Blade) View, Translation and Route are not found warning event if it exists. #132

Open
AHMED-GAMAL-AG opened this issue Dec 25, 2024 · 2 comments
Assignees
Labels

Comments

@AHMED-GAMAL-AG
Copy link

Extension Version

0.1.14

PHP Binary

Herd

Operating System

Windows

What happened?

I get a warning that View, Translation, Route, etc., are not found, even if it exists.

image

Mimimal Code Sample

No response

@AHMED-GAMAL-AG AHMED-GAMAL-AG changed the title [Bug]: View, Translation and Route not found warning event if it exists. [Bug]: View, Translation and Route are not found warning event if it exists. Dec 25, 2024
@joetannenbaum
Copy link
Collaborator

Yes, we are still porting the full extension functionality over to Blade, it's on the roadmap:

https://github.com/laravel/vs-code-extension?tab=readme-ov-file#on-the-roadmap

@joetannenbaum joetannenbaum changed the title [Bug]: View, Translation and Route are not found warning event if it exists. [Bug]: (Blade) View, Translation and Route are not found warning event if it exists. Jan 3, 2025
@n1crack
Copy link

n1crack commented Jan 3, 2025

You should add support for Gates

Gate::authorize("create", Post::class)

Should go to PostPolicy@create

image

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