Open
Bug 1432452
Opened 7 years ago
Updated 2 years ago
CSS function autocompletion should include parentheses
Categories
(DevTools :: Inspector: Rules, enhancement, P3)
Tracking
(firefox60 affected)
NEW
Tracking | Status | |
---|---|---|
firefox60 | --- | affected |
People
(Reporter: sebo, Unassigned)
References
(Blocks 1 open bug)
Details
As mentioned in bug 1430558, when autocompleting CSS functions the parentheses should also be added and pressing the Right Arrow key should place the text cursor between the brackets.
This allows for a faster workflow when entering or editing them.
Example:
1. Add 'height' as property name
2. Switch to the value input field
3. Type 'c'
=> The value should be autocompleted to 'calc()' (including the parentheses).
4. Press Right
=> The text cursor should be placed between the parentheses.
FWIW, this is how it worked in Firebug.
Sebastian
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Updated•5 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•