DEVELOPMENT / EXTENSIONS

Dowe editor extensions

Official editor integrations for Dowe Source Format, backed by one Dowe language service contract.

1 / PUBLISHED / VISUAL STUDIO CODE

Dowe Source Format Language Support

Install the VS Code extension from the Marketplace. It uses an explicit or PATH-provided Dowe language server before downloading a verified compatible release.

Open VS Code Marketplace

dowe
code --install-extension dowe.dowe-language-support
Area
Result
Details

No data

There are no records to display

2 / OPEN / ZED REGISTRY

Dowe for Zed

The Zed extension also installs a managed language-server release automatically. Its official registry PR remains open for review.

View Zed registry PR #6940

Area
Status
Details

No data

There are no records to display

3 / SHARED LANGUAGE CONTRACT

One service, multiple editors

Diagnostics, completion, hover, definition, symbols, formatting, and code actions come from the Dowe language service instead of separate JavaScript validators.

Layer
Responsibility

No data

There are no records to display

4 / SOURCE FORMAT

Nested property suites

Props stay at the start of their declaration suite. A following child can open its own suite at the next indentation level.

dowe
Grid:
  columns:{ xs:1 md:2 }
  gap:4
  Card:
    variant:"soft"

5 / TROUBLESHOOTING

Override only when developing the server

The default installation is automatic. Contributors can set an absolute executable path and restart the service after rebuilding it.

dowe
dowe.languageServer.path
dowe.languageServer.args
dowe.languageServer.trace.server

Back to Dowe Dev