All Projects → Sarcasm → Company Irony

Sarcasm / Company Irony

company-mode completion back-end for irony-mode

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Company Irony

Auto Complete
Emacs auto-complete package
Stars: ✭ 1,622 (+1374.55%)
Mutual labels:  emacs, completion
Company Box
A company front-end with icons
Stars: ✭ 395 (+259.09%)
Mutual labels:  emacs, completion
Swiper
Ivy - a generic completion frontend for Emacs, Swiper - isearch with an overview, and more. Oh, man!
Stars: ✭ 1,948 (+1670.91%)
Mutual labels:  emacs, completion
Emacs Fish Completion
[MOVED TO GITLAB]
Stars: ✭ 53 (-51.82%)
Mutual labels:  emacs, completion
Consult
consult.el - Consulting completing-read
Stars: ✭ 153 (+39.09%)
Mutual labels:  emacs, completion
Icomplete Vertical
Global Emacs minor mode to display icomplete candidates vertically
Stars: ✭ 66 (-40%)
Mutual labels:  emacs, completion
Binder
Emacs global minor mode facilitating multi-file writing projects
Stars: ✭ 104 (-5.45%)
Mutual labels:  emacs
Jeison
An Emacs library for declarative JSON parsing
Stars: ✭ 106 (-3.64%)
Mutual labels:  emacs
Srcery Emacs
Dark colorscheme for Emacs/Spacemacs. GUI and terminal support
Stars: ✭ 102 (-7.27%)
Mutual labels:  emacs
Shtab
↔️ Automagic shell tab completion for Python CLI applications
Stars: ✭ 99 (-10%)
Mutual labels:  completion
Imagecompletion incompletedata
Image completion network using incomplete data
Stars: ✭ 109 (-0.91%)
Mutual labels:  completion
Smartparens
Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
Stars: ✭ 1,529 (+1290%)
Mutual labels:  emacs
Add Node Modules Path
Adds the node_modules/.bin directory to the buffer exec_path. E.g. support project local eslint installations.
Stars: ✭ 105 (-4.55%)
Mutual labels:  emacs
Restart Emacs
A simple emacs package to restart emacs from within emacs
Stars: ✭ 104 (-5.45%)
Mutual labels:  emacs
Slime
The Superior Lisp Interaction Mode for Emacs
Stars: ✭ 1,541 (+1300.91%)
Mutual labels:  emacs
Nimbus Theme
The best dark theme for Emacs
Stars: ✭ 102 (-7.27%)
Mutual labels:  emacs
Tui.el
An experimental text-based UI framework for Emacs modeled after React - **requires emacs 26.1**
Stars: ✭ 108 (-1.82%)
Mutual labels:  emacs
.personal Emacs.d
😈 My opinionated Emacs configuration
Stars: ✭ 101 (-8.18%)
Mutual labels:  emacs
Circadian.el
Theme-switching for Emacs based on daytime
Stars: ✭ 105 (-4.55%)
Mutual labels:  emacs
Org Brain
Org-mode wiki + concept-mapping
Stars: ✭ 1,512 (+1274.55%)
Mutual labels:  emacs

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))
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].