alephium / ralph-vscode

ralph tooling for VS Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ralph Language for VS Code

Overview

Ralph is the language used in alephium to write smart contracts.

Features

  • Friendly theme setting ✅
  • Highlighting ✅
  • Snippet ✅
  • Formatting ✅(simple format)
  • Compile ✅ ( ctl[cmd] + shift + p => Ralph: compile )
  • IntelliSense ✅
    • Provide a hover for the given code position. ✅
    • Document symbol provider. ✅
    • Rename Symbol. ✅
    • Symbol completion. ✅
    • Find All symbol. ✅
    • Go to symbol. ✅
    • Peek symbol. ✅
    • ...
  • Linting. ✅

Extension Settings

Configuration

img.png

Guide

Compile

img.png

Hover

avatar

Outline

img.png

Completion

img.png

Log output

img.png

More command compile

https://github.com/alephium/alephium

FAQ

https://github.com/alephium/ralph-vscode/issues

References

https://github.com/alephium

About

ralph tooling for VS Code.

License:Apache License 2.0


Languages

Language:TypeScript 96.5%Language:ANTLR 2.6%Language:JavaScript 0.7%Language:Makefile 0.2%