An open API service indexing awesome lists of open source software.

https://github.com/zkoss/zk-vscode-plugin

ZK ZUL Editor
https://github.com/zkoss/zk-vscode-plugin

Last synced: 10 months ago
JSON representation

ZK ZUL Editor

Awesome Lists containing this project

README

          

# ZK ZUL Editor

This extension helps with editing ZK zul files.
Element and attribute names will be suggested while typing.

## Features

- Provide element suggestion

[](https://raw.githubusercontent.com/zkoss/ZK-vscode-plugin/master/images/hint-providing-1.png)

- Provide attribute names suggestion

[](https://raw.githubusercontent.com/zkoss/ZK-vscode-plugin/master/images/hint-providing-2.png)

- Auto-closing for currently edited tag

[](https://raw.githubusercontent.com/zkoss/ZK-vscode-plugin/master/images/auto-closing.png)

- Fast autocomplete

[](https://raw.githubusercontent.com/zkoss/ZK-vscode-plugin/master/images/autocomplete.png)

- Link to Java file
Holding Cmd/Ctrl and click the file path.

** notice: autocomplete will not work if you have parsing error.

This extension is inspired by [vscode-xml-complete](https://github.com/rogalmic/vscode-xml-complete)