Microsoft/vscode

Missing support for asymmetric visibility when using PHP constructor property promotion

Open

#235,765 创建于 2024年12月10日

在 GitHub 查看
 (1 评论) (1 反应) (1 负责人)TypeScript (10,221 fork)batch import
feature-requestgrammarhelp wantedphp

仓库指标

Star
 (74,848 star)
PR 合并指标
 (平均合并 11小时 43分钟) (30 天内合并 1,000 个 PR)

描述

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

贡献者指南