Open
Bug 1900304
Opened 1 year ago
Updated 2 months ago
Improve autocomplete for CSS functions
Categories
(DevTools :: Inspector: Rules, enhancement, P3)
DevTools
Inspector: Rules
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
When the user is editing a CSS value, if the cursor is inside a function, the autocomplete should only include have valid items for the function.
At the moment, we're only special casing var( so we can show a list of known custom properties, but we should try to have good suggestions for every supported CSS functions.
Updated•2 months ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•