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

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.

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.