Implementing the Language Server Protocol

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • neovim

    Vim-fork focused on extensibility and usability

  • A language server is a standard developed by Microsoft that defines a language server and language client; which handle the language syntax parsing, linting, code hints (etc) and the actual interfacing with the developer respectively. Two language server clients are Visual Studio Code, and recently Neovim on version 0.6 (written entirely in Lua!). Some language servers include yamlls, sourcegraph-go and rust-analyzer. The language server protocol then defines the glue between these two components. The glue happens over JSON-rcp.

  • yaml-language-server

    Language Server for YAML Files

  • For our custom LSP, we'll start by forking the yaml-language-server maintained by redhat.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • This little thing bugs me: in lua LSP popup content, the closing paren is always highlighted red

    4 projects | /r/neovim | 28 Apr 2023
  • Why Neovim is My Text Editor of Choice

    2 projects | dev.to | 23 Apr 2024
  • Let's See Your Terminal

    2 projects | dev.to | 16 Apr 2024
  • Helix - Front-End Power

    8 projects | dev.to | 12 Mar 2024
  • Neovim

    1 project | news.ycombinator.com | 9 Mar 2024