Playground 0.1.1
We’ve got another update on the Yumma CSS Playground. It’s a small update, but it’s got a lot of cool new features that we’re excited to show you.
You may also want to take a look at some of the release notes but, anyway, these are the most noticeable shifts:
- New Code Editor: Switched from CodeMirror to Monaco Editor
- New Command palette: New VS Code-style command palette with F1
- Emmet Support: Full HTML emmet abbreviation support
- Format Document: New code formatting option
This is an incremental update that may contain bug fixes. Minor releases follow semantic versioning conventions. In other words, this should be an easy update for you.
New Code Editor
It’s a whole new code editor experience in this release! We’ve switched from CodeMirror 6 to Monaco Editor, the same powerful engine that drives VS Code.
New Command Palette
It’s hard to pick the coolest addition, but the new command palette is a strong contender. Press F1 to get instant access to useful actions and commands, just like in VS Code.
Emmet Support
Additionally, we’ve added full Emmet abbreviation support for HTML. If you love using Emmet shortcuts to speed up your workflow, you’re going to love this.
Format Document
Forget unreadable bullshit code. We’ve added a formatting feature that you can access through the right-click context menu or by pressing Ctrl+S. Easy.