Microsoft/vscode

Missing support for asymmetric visibility when using PHP constructor property promotion

オープン

#235,765 opened on 2024/12/10

 (1 件のコメント) (1 件のリアクション) (1 人の担当者)TypeScript (39,847 件のフォーク)batch import
feature-requestgrammarhelp wantedphp

Repository metrics

Stars
 (184,936 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド