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.
- Host: GitHub
- URL: https://github.com/alephium/ralph-vscode
- Owner: alephium
- License: other
- Created: 2022-07-23T13:09:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T08:48:38.000Z (about 2 years ago)
- Last Synced: 2024-05-17T14:33:56.694Z (about 2 years ago)
- Topics: alephium, ralph, ralph-language, ralph-vscode, vscode
- Language: TypeScript
- Homepage:
- Size: 3.44 MB
- Stars: 10
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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

## Guide
### Compile

### Hover

### Outline

### Completion

### Log output

#### More command compile
https://github.com/alephium/alephium
## FAQ
## References