Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Rasa SnippetsNew to Visual Studio Code? Get it now.
Rasa Snippets

Rasa Snippets

uncle-lv

|
1,174 installs
| (0) | Free
A yaml snippets extension for rasa 3.x
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Rasa Snippets

Rasa Version license stars open issues forks

A yaml snippets extension for Rasa 3.x.

Usage

If Rasa Snippets doesn't work, add following text in settings.json.

{
    "[yaml]": {
        "editor.formatOnSave": true,
        "editor.tabSize": 2,
        "editor.quickSuggestions": {
            "other": true,
            "comments": true,
            "strings": true
        },
        "editor.acceptSuggestionOnEnter": "on"
    }
}

Contributions

Not cover 100% Rasa yaml. And any contribution you make are greatly appreciated.

License

MIT

Thanks

Thank Rasa Team for Rasa!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft