Skip to content

SymbolKind.from and SymbolKind.to do not map SymbolKind.Field #21315

@hoovercj

Description

@hoovercj

I noticed that SymbolKind.Field shows up using the expected icon in the suggestion widget but not in the quickoutline widget.

I see that quickopen.css defines the field icon for high contrast themes and shares a mapping with variable icons, but this same mapping isn't done elsewhere in the css.

Further, even if the CSS mapping is changed, in modes.ts SymbolKind.from and SymbolKind.to do not map SymbolKind.Field and the switch statement falls through to the default SymbolKind.Property, so a property icon would be used.

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable bugeditor-contribEditor collection of extrasverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions