Skip to content

as1ndu/vscode-scilla

Repository files navigation

Scilla for VSCode

Scilla, short for Smart Contract Intermediate-Level Language, is an intermediate-level smart contract language being developed for Zilliqa. Scilla has been designed as a principled language with smart contract safety in mind. ‍

To learn more about Scilla;

Installation

Features

  • Syntax highlighting
  • Code Snippets
  • Debugging (Error & Warnings)
  • Cash Flow Analysis (ctrl + P then > type scilla then select Scilla: Cashflow Analyser)
  • Gas Usage Reports (Enable it in extension settings)
  • Type info for variables (Hover over dotted lines to see they type information of a variable)
  • Configuration via Vscode's UI

Pending Items

Requirements

Latest version of Visual Studio Code (VSCode) i.e VSCode Engine 1.34.0 & above