C++ vim auto complete with support for non-self-contained files

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

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

    clangd language server

    Basically the title. I want a YouCompleteMe plugin-like for vim that can handle non-self-contained files, which YCM can't. YCM offers lots of features: code completion, signature help, diagnostics, etc. Thanks :)

  • ccls

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

    YCM's libclang completer can support non-self-contained files, but a lot of features aren't available there. You could try using YCM with ccls, though I don't know for certain that ccls supports this. If you have success, let us know!

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

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