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
- Host: GitHub
- URL: https://github.com/zkoss/zk-vscode-plugin
- Owner: zkoss
- License: mit
- Created: 2021-09-08T14:10:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T06:06:28.000Z (over 2 years ago)
- Last Synced: 2025-07-02T13:11:31.560Z (12 months ago)
- Language: TypeScript
- Size: 204 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
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)