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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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++.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. language-server-protocol

    Defines a common protocol for language servers.

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

  4. 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++.

  5. 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).

  6. 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

  7. 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

  • small vimrc and lsp?

    4 projects | /r/vim | 15 May 2023
  • Starting with linux, my experience

    3 projects | /r/linux4noobs | 17 Apr 2023
  • Does vim have a built in/plugin version of vscode's command click?

    2 projects | /r/vim | 14 Apr 2023
  • is anyone using preservim/tagbar with typescript?

    3 projects | /r/neovim | 5 Mar 2023
  • [Summary] Language server and C/C++ highlight configuration r/vim [plugins & friends]

    4 projects | /r/SummaryLab | 25 Oct 2022

Did you know that Vim Script is
the 32nd most popular programming language
based on number of references?