Zed
Zed ↗ is a high-performance, multiplayer code editor. The zed-slint extension ↗, originally developed and donated by Luke Jones, now lives under the slint organization. It integrates the latest release of the slint language server into Zed, offering code completion and syntax highlighting. Install the extension via the following steps:
- Open the extensions tab via the Zed -> Extensions menu.
- In the search field, enter “slint”.
- Click on “Install” for the “Slint” extension.
Live Preview
Section titled “Live Preview”Once the extension is installed, you can preview a component directly from the editor.
Place your cursor on a component’s name (for instance, MainWindow in
component MainWindow inherits Window {) and trigger the Show Preview code action
provided by the language server.
© 2026 SixtyFPS GmbH