https://github.com/cendekia/chatette-vscode
Language highlighting for chatette dataset of Rasa
https://github.com/cendekia/chatette-vscode
chatbot dataset dsl language rasa rasa-nlu syntax-highlighting
Last synced: 5 months ago
JSON representation
Language highlighting for chatette dataset of Rasa
- Host: GitHub
- URL: https://github.com/cendekia/chatette-vscode
- Owner: cendekia
- Created: 2019-10-05T07:11:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T11:16:09.000Z (over 6 years ago)
- Last Synced: 2025-05-22T03:37:39.057Z (about 1 year ago)
- Topics: chatbot, dataset, dsl, language, rasa, rasa-nlu, syntax-highlighting
- Homepage:
- Size: 361 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# VSCode Extension - Chatette Syntax Highlighting
This Visual Studio Code (VSCode) extension provides syntax highlighting for Chatette Dataset on Rasa given template files.
For more information about the Chatette Dataset:
* https://github.com/SimGus/Chatette
For more information about Rasa:
* https://rasa.com/docs/
* https://github.com/RasaHQ/rasa
## Preview

## Source Code
The source code is available on GitHub [here](https://github.com/cendekia/chatette-vscode)
## Installation
##### Recommended
You can install the extension via the Visual Studio Marketplace [here](https://marketplace.visualstudio.com/items?itemName=cendekia.chatette-vscode)
To install it, launch VS Code Quick Open (`Ctrl+P` or `Cmd+P`/`⌘+P`) and type:
```
ext install chatette-vscode
```
##### Alternative
To install it directly from Git repository, clone it to the VSCode extension folder on your account. On Windows it is located at `%USERPROFILE%\.vscode\extensions` and on MacOS and Linux it is located at `~/.vscode/extensions`.
```
cd ~/.vscode/extensions
git clone https://github.com/cendekia/chatette-vscode.git
```
Then the extension needs to be enabled from the VSCode preferences.
## Release Notes
For release notes of older versions, see the [CHANGELOG.md](https://github.com/cendekia/chatette-vscode/blob/master/CHANGELOG.md) file
### 0.0.1
Added syntax highlighting some basic intents, slots, alias.