PistonDevelopers / PistonDevelopers/dyon

LSP for dyon.

Open
#554 0 comments 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

discussion
Dominant language
Rust
Stars
1.9k
Forks
56
Avg merge
1m
Merged PRs (30d)
6

Description

Probably a good idea to implement the Language Server Protocol (LSP) for this language. Then something like ALE can lint "while you edit your text files". This provides additional features over just syntax highlighting, including immediate error detection and style suggestions. Although ALE is for VIM, I believe there should be similar things for every major editor. The key is to implement the LSP.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by reviewing the Language Server Protocol and ALE's expected integration, then determine how Dyon should expose linting, immediate error detection, and style suggestions; done means a working LSP implementation that editors can use.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
developer-experience, tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.