Microsoft/vscode

Missing support for asymmetric visibility when using PHP constructor property promotion

Open

#235.765 geöffnet am 10. Dez. 2024

Auf GitHub ansehen
 (1 Kommentar) (1 Reaktion) (1 zugewiesene Person)TypeScript (10.221 Forks)batch import
feature-requestgrammarhelp wantedphp

Repository-Metriken

Stars
 (74.848 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11h 43m) (1.000 gemergte PRs in 30 T)

Beschreibung

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.95.3
  • OS Version: macOS 15.1.1

Steps to Reproduce:

With asymmetric visibility Image

Without asymmetric visibility Image

The scope becomes

meta.function.parameters.php
meta.function.php
meta.class.body.php
meta.class.php
source.php
meta.embedded.block.php
text.html.php

when using asymmetric visibility instead of

storage.modifier.php
meta.function.parameter.promoted-property.php
meta.function.parameters.php
meta.function.php
meta.class.body.php
meta.class.php
source.php
meta.embedded.block.php
text.html.php

Contributor Guide