syscolabs / kasaya-vsix

Visual Code Extension for Kasaya Scripting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kasāya - VSIX

​ Visual Studio Code extension for Kasāya scripting. ​

Features

  • Syntax highlighting
  • Inline warnings for violations of syntax rules
  • Indication of unused Constants ​

Demo

kasaya-extension

Table of Contents

Installation Guide

  1. Download .vsix from releases
  2. Open Visual Studio Code
  3. Go to Extensions or press Ctrl+Shift+X
  4. Click More Actions
  5. Click Install from VSIX...
  6. Select downloaded .vsix file
  7. Click install

extension-installation

Development guide

​ Kasaya VSIX is based on Node JS. ​

How to checkout the code

$ git clone https://github.com/syscolabs/kasaya-vsix.git
$ cd kasaya-vsix

How to setup locally

  1. npm install
  2. open repository in vscode
  3. press F5 or Go to Debug -> Start Debugging

About

Visual Code Extension for Kasaya Scripting

License:MIT License


Languages

Language:JavaScript 100.0%