Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

php doc types not highlighted #461

Open
roblourens opened this issue Sep 14, 2022 · 1 comment
Open

php doc types not highlighted #461

roblourens opened this issue Sep 14, 2022 · 1 comment

Comments

@roblourens
Copy link
Contributor

roblourens commented Sep 14, 2022

From downstream: microsoft/vscode#160713

Bugs:

  • No support for generics array<int, string>
  • No support for meta-types class-string or class-string<ArrayAccessible>
  • No support for:
    • @teplate
    • @implements
    • @extends
  • Namespace \App\My\Class will have portion \App\My\ inherit comment color and Class actually properly colored (support.class.php - meta.other.type.phpdoc.php)

Example 1 - generics

image

Example 2 - namespaces

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants