https://github.com/hetu-script/hetu-vscode-extension
VS code extension for Hetu script language.
https://github.com/hetu-script/hetu-vscode-extension
Last synced: about 1 month ago
JSON representation
VS code extension for Hetu script language.
- Host: GitHub
- URL: https://github.com/hetu-script/hetu-vscode-extension
- Owner: hetu-script
- License: mit
- Created: 2021-03-28T14:00:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T09:04:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T23:44:40.737Z (about 1 year ago)
- Size: 9 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Hetu Script VSCode extension
This is the VSCode extension for Hetu Script.
Hetu is a lightweight script language written in Dart for embedding in Flutter apps.
Homepage:
[https://hetu.dev](https://hetu.dev)
## Features
- Syntax highlight.
- Dart class binding snippets.
#### Snippets
| Key press | Meaning |
| --------- | ----------------------------- |
| `extc` | External Class Binding |
| `extsc` | External Static Class Binding |
## Requirements
None.
## Extension Settings
This extension contributes the following settings:
None.
## Known Issues
## Release Notes
### 0.0.4
Added Dart class binding snippets.
### 0.0.1
Initial release.