cendekia / chatette-vscode

Language highlighting for chatette dataset of Rasa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

For more information about Rasa:

Preview

Preview

Source Code

The source code is available on GitHub here

Installation

Recommended

You can install the extension via the Visual Studio Marketplace here

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 file

0.0.1

Added syntax highlighting some basic intents, slots, alias.

About

Language highlighting for chatette dataset of Rasa