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
Feature description or problem with existing feature
It would be nice to have syntax highlight for @phpstan-type typedefs similar to @var
Also @var disables highlighting if definition is multiline or contains space between member name and type in array{}.
Describe the solution you'd like
Add highlighting to type definitions.
Support multiline definition highlighting in variable declaration.
Color variable name in variable declaration as variable.