How to automatically include C headers in vim?

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

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
  • vim-snippets

    vim-snipmate default snippets (Previously snipmate-snippets)

  • Auto adding include files or a specific non-static function is generally a bad idea, but I use yasnippet on Emacs for copyright/licensing info, this seemingly has the same purpose but oriented towards vim users, which makes file templates trivial (on Emacs at least, I don’t usually use vim unless I can’t use Emacs or mg for some reason).

  • cnew

    Discontinued Automatically create C header/implementation file pairs

  • It doesn’t do exactly what you’re asking but I made a program called cnew which is supposed to do this in a more general sense. Once configured you can type for example ‘cnew http.c’ and it’ll make both http.c and http.h. The header file will contain header guards and be automatically included by the implementation file.

  • 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

  • Show HN: Neovim Configuration heavily inspired by Emacs and JetBrains

    1 project | news.ycombinator.com | 10 Oct 2023
  • Show HN: Vimacs – fast and Feature-rich and Beautiful Neovim configuration

    1 project | news.ycombinator.com | 7 Oct 2023
  • Vimacs – fast feature-rich Neovim configuration

    2 projects | news.ycombinator.com | 7 Oct 2023
  • How to I find default snippets

    3 projects | /r/neovim | 7 Mar 2023
  • Too much time tweaking config, is there such a thing?

    1 project | /r/neovim | 22 Jan 2023