What pains me the most about C : Having to update headers any time I change a function prototype

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • vim-lsp

    async language server protocol plugin for vim and neovim

  • My favourite implementations of LSP for Vim is vim-lsp. You also need a server, e.g. CCLS in case of C/C++.

  • language-server-protocol

    Defines a common protocol for language servers.

  • Allow me to introduce you to Language Server Protocol (LSP)

  • 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
  • ccls

    C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting

  • My favourite implementations of LSP for Vim is vim-lsp. You also need a server, e.g. CCLS in case of C/C++.

  • vim-lsp-ale

    Bridge between vim-lsp and ALE

  • ALE is primarily for linting (although it may also serve as basic LSP client). The protocol itself is for code completion, hover tips, navigation, workspace symbols, finding references, highlighting, renaming, reformatting, refactoring etc. And also diagnostics (which you can integrate with ALE via vim-lsp-ale).

  • makeheaders

    This is a fork of https://fossil-scm.org/home/file?name=src/makeheaders.c whose purpose is to add an optional output directory fot the generated headers

  • Hope it will scratch your itches as it scratched mine : https://github.com/cassepipe/makeheaders

  • vim-lsp-settings

    Auto configurations for Language Server for vim-lsp

  • Do I need to put all that's in https://github.com/prabirshrestha/vim-lsp#registering-servers if I am using lsp-settings as it is suggested ?

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