siddhi-io / siddhi-plugin-vscode

Siddhi extension for VSCode Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Siddhi Extension for Visual Studio Code

A VSCode extension which provides rich Siddhi development capabilities, such as IntelliSence, diagnostics and syntax highlighting. This extension supports siddhi distribution version (>=5.1.2).

Quick Start

  1. Download Siddhi distribution (version 5.1.2 or higher should be available locally)
  1. Configure Siddhi Home

    Siddhi Home can be configured by either of the following methods,

    1. Configure Siddhi home in settings.json

      • Press Ctrl+Shift+P / Cmd+Shift+P and type Open settings.

      • Select Open Settings (JSON).

      • Add "siddhi.home":"<SIDDHI-HOME-DIRECTORY>" to settings.json file as below,

        siddhi-home-configuration-image
    2. Add SIDDHI_HOME as an environment variable.

Features

IntelliSence

  • Auto completion: Context based auto completions by Siddhi Language Server.
  • Snippets: Context based snippets by Siddhi Language Server.

Diagnostics

  • Semantic/Syntactic error reporting as code is typed

Syntax Highlighting

  • Lexical sub-elements are highlighted in various colors based on the theme that has been activated in your VSCode editor.
completion-image diagnostics-image
syntax-highlighting-image

Contributing

Contributing to Siddhi VSCode Extesnion

For instructions on how to build, debug and contribute to vscode extension go to The Siddhi Visual Studio Code Contribution Guide.

Support

You can reach out Siddhi Developers through Slack channel, Google mail group and etc. Please refer the community contribution site for more information.

Licence

Siddhi VS Code extension is licensed under Apache License 2.0.

About

Siddhi extension for VSCode Editor

License:Apache License 2.0


Languages

Language:TypeScript 100.0%