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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Some PHPUnit tags such as @depends, @dataProvider and @test are not syntax-highlighted in docblocks. I tried several others listed at 2. Annotations — PHPUnit 9.1 Manual. The only one that worked was @uses.
Environment/Versions
I'm running VS Code on Windows and using a remote Linux machine. I checked both the Insiders 1.46.0 with just the remote extensions installed and 1.45.1 with the following extensions:
PHP Intelephense
PHP Debug
PHP DocBlocker
PHPUnit Test Explorer
Motivation
Syntax highlighting is helpful.
Describe alternatives you've considered
I searched for extensions that added this feature but didn't find any. I looked into adding keywords but it seems complicated. Suggestions welcome!
Additional context
Here's 1.45.1 with the above extensions:
The text was updated successfully, but these errors were encountered:
Summary
Some PHPUnit tags such as
@depends
,@dataProvider
and@test
are not syntax-highlighted in docblocks. I tried several others listed at 2. Annotations — PHPUnit 9.1 Manual. The only one that worked was@uses
.Environment/Versions
I'm running VS Code on Windows and using a remote Linux machine. I checked both the Insiders 1.46.0 with just the remote extensions installed and 1.45.1 with the following extensions:
Motivation
Syntax highlighting is helpful.
Describe alternatives you've considered
I searched for extensions that added this feature but didn't find any. I looked into adding keywords but it seems complicated. Suggestions welcome!
Additional context
Here's 1.45.1 with the above extensions:
The text was updated successfully, but these errors were encountered: