Closed
Bug 1155358
Opened 10 years ago
Closed 1 year ago
DevTools: Style Editor should include a Prettify Code button
Categories
(DevTools :: Style Editor, enhancement, P3)
DevTools
Style Editor
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1832213
People
(Reporter: sys.sgx, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [btpp-backlog])
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0
Build ID: 20150402191859
Steps to reproduce:
Open a page, and launch DevTools, Style Editor.
We should add a Prettify source code, similar to the one the Debugger Tool has for improved readability of code.
Severity: normal → enhancement
Summary: DevTools: Style Editor should include a Pretiffy Code button → DevTools: Style Editor should include a Prettify Code button
Comment 1•9 years ago
|
||
Related to bug 1080162, though perhaps different enough not to be a dup.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•9 years ago
|
Priority: -- → P3
Whiteboard: [btpp-backlog]
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 3•5 years ago
|
||
I agree that this would be a great feature, which is available in fx Chrome.
Somebody else also requested this at Github > firefox-devtools/debugger in Allow pretty printing CSS.
Comment 4•4 years ago
|
||
It looks like this feature has been added in Firefox 85:
It's possible to prettify JS expressions in Console source code Editor (available in multiline mode) using a new toolbar button.
Comment 5•3 years ago
|
||
Actually, it looks like the Prettify feature is only available from the Console. It would be great to also have when looking at JavaScript code or CSS, for example via the Debugger or Style Editor.
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•