tower-lsp VS vscode-extension-samples

Compare tower-lsp vs vscode-extension-samples and see what are their differences.

tower-lsp

Language Server Protocol implementation written in Rust (by ebkalderon)

vscode-extension-samples

Sample code illustrating the VS Code extension API. (by microsoft)
Our great sponsors
  • SonarLint - Clean code begins in your IDE with SonarLint
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
tower-lsp vscode-extension-samples
7 31
571 7,042
- 1.6%
3.2 8.7
about 2 months ago 4 days ago
Rust TypeScript
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tower-lsp

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 2023-05-28.
  • What's everyone working on this week (22/2023)?
    14 projects | /r/rust | 28 May 2023
    I am using nom / nom_locate to build the parser side because I've done a handful of other projects with it, and I plan to use tower-lsp to hook up the language server side.
  • State of the Ruby language server (LSP) ecosystem / looking for suggestions
    11 projects | /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 | /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 | /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 | /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 | /r/rust | 11 Mar 2022

vscode-extension-samples

Posts with mentions or reviews of vscode-extension-samples. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-23.

What are some alternatives?

When comparing tower-lsp and vscode-extension-samples you can also consider the following projects:

Bracket-Pair-Colorizer-2 - Bracket Colorizer Extension for VSCode

hy-language-server - Hy Language Server built using Jedhy. works only under Hy1.0a1. For the recent version of Hy, please use https://github.com/sakuraiyuta/hyuga instead.

vscode-snippets-ranger - View and edit all of your snippets in one purty place! Yee-haw!!

rainbow-delimiters - Emacs rainbow delimiters mode

tower - async fn(Request) -> Result<Response, Error>

vscode-vsce - VS Code Extension Manager

kak-lsp - Kakoune Language Server Protocol Client

prism.el - Disperse Lisp forms (and other languages) into a spectrum of colors by depth

rust-analyzer - A Rust compiler front-end for IDEs

react-relay - Relay is a JavaScript framework for building data-driven React applications.

vscode-python - Python extension for Visual Studio Code

url-mapper-rs - A simple URL Mapper service built using Rust