PistonDevelopers / PistonDevelopers/dyon
LSP for dyon.
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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