Have questions/requests/issues related to the Zig Language Server?

This page summarizes the projects mentioned and recommended in the original post on /r/Zig

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. zig

    General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

    There is no official documentation but the standard library provides definitions for the exchange format and an incomplete set of function for exchanging messages in Client.zig and Server.zig. You can find examples of the zig compile server in action in my PR for ZLS and a showcase of hot-code-swapping by kubkon. The code that implements the ZCS in the zig codebase can be found here.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. zls

    A Zig language server supporting Zig developers with features like autocomplete and goto definition

    There is no official documentation but the standard library provides definitions for the exchange format and an incomplete set of function for exchanging messages in Client.zig and Server.zig. You can find examples of the zig compile server in action in my PR for ZLS and a showcase of hot-code-swapping by kubkon. The code that implements the ZCS in the zig codebase can be found here.

  4. zig-hcs-client

    A simple REPL for controlling Zig's hot-code swapping compilation mode

    There is no official documentation but the standard library provides definitions for the exchange format and an incomplete set of function for exchanging messages in Client.zig and Server.zig. You can find examples of the zig compile server in action in my PR for ZLS and a showcase of hot-code-swapping by kubkon. The code that implements the ZCS in the zig codebase can be found here.

  5. scip

    SCIP Code Intelligence Protocol

    New standards proliferate all the time and many simply cannot rely solely on a compiler language server but can rely on a custom semantic information protocol - SCIP comes to mind. :)

  6. notepad-plus-plus

    Notepad++ official repository

    I mean if this Notepad++ issue ever takes off it'll be as easy as adding an LSP source pointing to ZLS, but for the moment no :(

  7. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit 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

  • MicroZig: Unified abstraction layer and HAL for Zig on several microcontrollers

    5 projects | news.ycombinator.com | 28 Feb 2024
  • Zig cookbook: collection of simple Zig programs that demonstrate good practices

    6 projects | news.ycombinator.com | 1 Jan 2024
  • Problems of C, and how Zig addresses them

    7 projects | news.ycombinator.com | 3 Jul 2023
  • Significant examples of Zig software (June 2023)?

    7 projects | /r/Zig | 6 Jun 2023
  • someone please enlighten me... is there a simpler way to read int input from cmd-line in zig?

    3 projects | /r/Zig | 17 Mar 2023

Did you know that Zig is
the 22nd most popular programming language
based on number of references?