bend-language-server

Crates.iobend-language-server
lib.rsbend-language-server
version0.1.0
sourcesrc
created_at2024-06-17 16:07:30.504852
updated_at2024-06-17 16:07:30.504852
descriptionLanguage server for the Bend programming language (WIP).
homepage
repositoryhttps://github.com/mrpedrobraga/bend-language-server/
max_upload_size
id1274560
size68,019
Rohan Vashisht (RohanVashisht1234)

documentation

README

Bend Language Server

Implementation of the Language Server Protocol (using tower-lsp) for the Bend Programming Language.

This uses bend-lang, the official Bend compiler as a library and exposes functionality through the LSP, to provide diagnostics, hover information, etc.

Contributing

Here is a rough to-do list of things to do (non-exhaustive, always increasing).

  • Code Actions for building Releases. Releases are important, as editor extensions like Zed's to download an up-to-date binary.
  • Diagnostics
  • Hover Information
  • Code Actions
Commit count: 48

cargo fmt