We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does this issue occur when all extensions are disabled?: Yes
Version: 1.94.0 (Universal) Commit: d78a74bcdfad14d5d3b1b782f87255d802b57511 Date: 2024-10-02T13:08:12.626Z (4 days ago) Electron: 30.5.1 ElectronBuildId: 10262041 Chromium: 124.0.6367.243 Node.js: 20.16.0 V8: 12.4.254.20-electron.0 OS: Darwin arm64 23.6.0
Steps to Reproduce:
PHP class has missing syntax highlight for constant type
<?php declare(strict_types=1); namespace Core; class Status { /** @var string FOO_BAR */ public const string FOO_BAR = 'foobar'; }
"string" has the same as "FOO_BAR"
"FOO_BAR"
Originally from @gullevek in microsoft/vscode#230674
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Does this issue occur when all extensions are disabled?: Yes
Version: 1.94.0 (Universal)
Commit: d78a74bcdfad14d5d3b1b782f87255d802b57511
Date: 2024-10-02T13:08:12.626Z (4 days ago)
Electron: 30.5.1
ElectronBuildId: 10262041
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Darwin arm64 23.6.0
Steps to Reproduce:
PHP class has missing syntax highlight for constant type
"string" has the same as "FOO_BAR"
"FOO_BAR"
Originally from @gullevek in microsoft/vscode#230674
The text was updated successfully, but these errors were encountered: