Skip to content
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,20 @@ Language Server for [SimplicityHL language](https://simplicity-lang.org/).
## Features

- Basic diagnostic for SimplicityHL code
- Completions of functions and jets

![diagnostics](https://github.com/user-attachments/assets/135ba63b-d05b-48dd-8047-7ca904494f0b)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not use user attachments

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add gifs directly into the repo


- Completions of built-ins, jets and functions

![completion](https://github.com/user-attachments/assets/f40760dc-f3c4-44b8-b7f3-662b7ab77f23)

- Hover for built-ins, jets and functions, with support of documentation

![hover](https://github.com/user-attachments/assets/d4ac76a5-89be-4b71-a683-1c122ec43028)

- Go to definition for functions

![goto](https://github.com/user-attachments/assets/df824601-daa1-41d0-a2fa-9a21d69c5671)

## Installation

Expand Down
Loading