Skip to content

mrpedrobraga/bend-language-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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