Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

CSS code hints are not filtered with the characters before the cursor. #2682

@RaymondLim

Description

@RaymondLim

Unlike other types of hints, CSS code hints always show the existing property name/value as the filter. As a result, you will see only one hint (ie. the one already in the page) regardless of the cursor position.

For example, if you have b|ackground-color: #eeeeee; and the cursor is after the letter "b", you only see "background-color" in the hint list and the entire item is shown in bold.

Expected: Only "b" is in bold and all CSS property names start with "b" should be in the hint list so that you can replace the current property with a different property.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions