Skip to content
This repository has been 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

Closed
RaymondLim opened this issue Jan 25, 2013 · 3 comments
Closed
Assignees
Milestone

Comments

@RaymondLim
Copy link
Contributor

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.

@pthiess
Copy link
Contributor

pthiess commented Jan 28, 2013

Reviewed.

@RaymondLim
Copy link
Contributor Author

FBNC to @dangoor.

@dangoor
Copy link
Contributor

dangoor commented Jan 30, 2013

Confirmed that only the characters to the left of the cursor are boldface (and pre-matched) when doing hinting for CSS.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants