• Stars
    star
    119
  • Rank 297,930 (Top 6 %)
  • Language
    Emacs Lisp
  • Created over 10 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

company-mode completion back-end for irony-mode

Completion backend for irony-mode

This package provides a company-mode asynchronous completion backend for the C, C++ and Objective-C languages.

company-irony demo gif

Installation

The recommended way to install company-irony and its dependencies is through a package manager:

  • Using MELPA

      M-x package-install RET company-irony RET
    
  • Using el-get

      M-x el-get-install RET company-irony RET
    

Configuration

Add company-irony to your company backends.

(eval-after-load 'company
  '(add-to-list 'company-backends 'company-irony))