Skip to content

completium/vscode-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archetype support for Visual Studio code

Archetype is a domain-specific language (DSL) to develop smart contracts on the Tezos blockchain, with a specific focus on contract security.

Quick start

Install archetype compiler

via opam

$ opam install archetype

via git

https://github.com/edukera/archetype-lang

Install this extenstion

via vscode marketplace

https://marketplace.visualstudio.com/items?itemName=edukera.archetype

via .visx

with this repository

Screenshot

Screenshot

Features

  • Syntax highlighting
  • Snippets
  • Icons for archetype files
  • Code navigation
  • Hover Information
  • Formatting
  • Auto-Completion
  • Outline
  • Linter
  • Debugger