An open API service indexing awesome lists of open source software.

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

ralph tooling for VS Code.
https://github.com/alephium/ralph-vscode

alephium ralph ralph-language ralph-vscode vscode

Last synced: 5 months ago
JSON representation

ralph tooling for VS Code.

Awesome Lists containing this project

README

          

# 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](img/userSet.png)

## Guide

### Compile

![img.png](./img/compile.png)

### Hover

![avatar](./img/builtInHover.png)

### Outline

![img.png](./img/outLine.png)

### Completion

![img.png](./img/completion.png)

### Log output

![img.png](./img/logOut.png)

#### More command compile

https://github.com/alephium/alephium

## FAQ

## References