Why is VS Code is missing value suggestions for the CSS white-space property?
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.102.3
- OS Version:
Steps to Reproduce:
- when I use the value of white-space in my CSS document, its values are not suggested to me, and I must use the ctrl+space keys. But the second problem is that when these suggestions are displayed with the help of the keys, it does not show me all the features of white-space and only shows 3 items. I have uploaded screenshots for you to understand better 2.This problem exists even when all plugins are disabled. The installed plugins are html css support, CSS Snippets, Mithril Emmet, css intellisense and live server.
@jrieken This seems to be an inconsistency with quick suggestions.
With color they appear, but not with white-space
@jrieken This seems to be an inconsistency with quick suggestions.
I wouldn't know how. All filtering/sorting is the same no matter the invocation style
Here's what I see in the latest insiders:
https://github.com/user-attachments/assets/7f497f75-e6a9-473b-bad9-d53de49dd334
First the values after completing the property Then the values on after Ctrl+Space Then after typing (quick suggest)
All looks correct to me. Ok to close?
This issue has been closed as it has been labeled with info-needed and has not received the additional information that was requested from the issue author. It has been labeled as info-needed for 7 days.