tower-lsp

Language Server Protocol implementation written in Rust (by ebkalderon)

Tower-lsp Alternatives

Similar projects and alternatives to tower-lsp

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better tower-lsp alternative or higher similarity.

tower-lsp reviews and mentions

Posts with mentions or reviews of tower-lsp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-02.
  • State of the Ruby language server (LSP) ecosystem / looking for suggestions
    11 projects | reddit.com/r/ruby | 2 Oct 2022
    I realize this might not be for everyone, but I'm writing it in Rust using Lib-ruby-parser and tower-lsp: two existing libraries that handle a bunch of the heavy lifting for me. I'm more productive in Rust than with Ruby at this point, despite doing Ruby full time for 15 years, plus I really really don't want to have to deal with a slow LSP--that was the whome impetus for this project. I started in the spring, made a bunch of headway, then backtracked to redo the internals to make it easier to handle monkeypatching, overriding/redefining of methods, etc. across your project.
  • Language Server Protocol
    3 projects | reddit.com/r/Compilers | 21 Jul 2022
    https://github.com/ebkalderon/tower-lsp is a generalized LSP implementation in a lower-level language (Rust) so you may get a better idea by reading through that repo. It seems that the server opens a TCP socket that the client later connects to, but I'm not really sure.
  • how to make a lsp in rust ?
    8 projects | reddit.com/r/rust | 20 May 2022
    A LSP is just an api implemented to Microsoft's LSP spec. You can implement that API however you wish but something like tower-lsp can do a lot of the heavy lifting for you.
    8 projects | reddit.com/r/rust | 20 May 2022
    Mine all use [tower-lsp](https://github.com/ebkalderon/tower-lsp/) for the LSP protocol stuff, and then either [Tree-sitter](https://github.com/tree-sitter/tree-sitter) or [Nom](https://github.com/Geal/nom). If I do another I'll probably try [Chumsky](https://github.com/zesterer/chumsky) which combines some of the advantages of both.
  • tower-lsp 0.16.0 — Lightweight framework for building LSP servers
    2 projects | reddit.com/r/rust | 11 Mar 2022
  • A note from our sponsor - #<SponsorshipServiceOld:0x00007f160f6d80b8>
    www.saashub.com | 1 Apr 2023
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic tower-lsp repo stats
6
525
4.9
10 days ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com