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]: Laravel VSCode Extension Not Recognizing Language Keys with Backslashes in Path #208

Open
mikailfaruqali opened this issue Jan 17, 2025 · 2 comments
Assignees
Labels

Comments

@mikailfaruqali
Copy link

mikailfaruqali commented Jan 17, 2025

Extension Version

0.1.18

PHP Binary

Other

Operating System

Windows

What happened?

The Laravel VSCode extension does not recognize or provide autocompletion for language keys that use backslashes in their path, such as __('foo\bar.example'). When using this format, the extension fails to highlight the key as a valid translation key, and autocompletion does not work.

Mimimal Code Sample

__('fo\bar.example')
@akshit-arora
Copy link

Off-topic question, but can someone please guide me on how can I contribute in bug-fixing? I am new to vscode extension development but would love to try fixing this bug.
I am unable to get started in debugging and developing vscode extensions.

@LaurinStapf
Copy link

Same as #79 and #196

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

4 participants