Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLOSED] CSS code hints are not filtered with the characters before the cursor. #2547

Open
core-ai-bot opened this issue Aug 29, 2021 · 3 comments

Comments

@core-ai-bot
Copy link
Member

Issue by RaymondLim
Friday Jan 25, 2013 at 23:49 GMT
Originally opened as adobe/brackets#2682


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.

@core-ai-bot
Copy link
Member Author

Comment by pthiess
Monday Jan 28, 2013 at 22:54 GMT


Reviewed.

@core-ai-bot
Copy link
Member Author

Comment by RaymondLim
Tuesday Jan 29, 2013 at 23:52 GMT


FBNC to@dangoor.

@core-ai-bot
Copy link
Member Author

Comment by dangoor
Wednesday Jan 30, 2013 at 14:55 GMT


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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant