-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Global Styles Custom CSS: Add inline code completion and linting to input box similar to customizer #47945
Comments
This came up while I was working with a theme builder this week. Related features that were also mentioned: auto indenting new lines and auto adding closing braces. |
Noting that the current experience was brought up as a big deterrent in a recent blog post:
|
@creativecoder there is a draft PR here, which is mostly working, but there was a suggestion to hold off until the new lazy loading API was landed . I don't have time to follow this up right now, but happy for you to look at pushing this forward if you have the time. |
@glendaviesnz Thanks for pointing to that! I won't likely have time to work on this in the near future, but will put it on my list, just in case. |
I'm proposing #60155. |
What problem does this address?
The new Global styles Custom CSS input box currently doesn't have an inline code completion of linting, which can make editing of the CSS difficult.
What is your proposed solution?
Look to integration something like CodeMirror which is currently used by the Customizer custom CSS input box.
The text was updated successfully, but these errors were encountered: