You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: