emacs-clang-complete-async
« Back to VersTracker
Description:
Emacs plugin using libclang to complete C/C++ code
Type: Formula  |  Latest Version: 0.5@7  |  Tracked Since: Dec 17, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: emacs c++ c clang autocomplete development
Install: brew install emacs-clang-complete-async
About:
emacs-clang-complete-async provides asynchronous code completion for C, C++, Objective-C, and other languages supported by libclang. It leverages a separate backend process to prevent the Emacs editor from freezing during heavy code analysis. This results in a responsive user interface while delivering accurate, context-aware completions based on your project's syntax.
Key Features:
  • Asynchronous completion backend prevents editor lag
  • Uses libclang for accurate semantic analysis
  • Integrates with standard Emacs completion frameworks
  • Supports C, C++, Objective-C, and Objective-C++
Use Cases:
  • Large C/C++ projects where synchronous completion is too slow
  • Maintaining editor responsiveness during intensive code analysis
  • Developing in compiled languages within Emacs
Alternatives:
  • eglot – Modern LSP client that uses clangd for completion, generally more up-to-date and feature-rich.
  • company-mode – Generic completion framework that can use various backends, including clang or LSP.
License: GPL-3.0-or-later
Dependencies: llvm
Bottles available for: arm64_tahoe, arm64_sequoia, arm64_sonoma, arm64_ventura, arm64_monterey, arm64_big_sur, sonoma, ventura, monterey, big_sur, catalina, arm64_linux, x86_64_linux
Version History
Detected Version Rev Change Commit
Sep 13, 2025 2:04pm 7 VERSION_BUMP a972cf36
Sep 13, 2024 1:54am 7 VERSION_BUMP 049a6095