-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Description
As you can see we can't see the semantic token type etc.. There should be a vertical scroll bar.
Steps to reproduce:
- Enable "Developer: Inspect Editor Tokens and Scopes".
- Type some token which has long description (typically foreground). For my screen TypeScript's
Numberis enough with semantic highlighting enabled. - You can't see the token type and some others property.
A simple fake solution will be to left-align the properties (instead of the current right-alignment) so the most are visible even when there are some long ones. Another solution will be to enable overflow, but that'll be hard since often there are not spaces so we don't have hints where to break line.
That happens for many tokens (on my laptop's screen) such as Promise and more, since the CSS selectors in "foreground" are usually big.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
