-
Hey, I'm finding that irony seems to work properly right after I start up a fresh emacs instance. After using it for a while (not sure what may be triggering this), I stop seeing relevant autocompleti…
-
i am using irony, company, company-irony for auto-complete.
why editing code, it response very slow(3892 lines code). it fixed when i disable flycheck-mode.
but the flycheck-irony features is good,…
-
![2024-09-27-092122_877x483_scrot](https://github.com/user-attachments/assets/31ddea82-a7a4-4652-b93e-f24b1bfa2d1e)
![2024-09-27-092131_362x695_scrot](https://github.com/user-attachments/assets/bb0…
-
Thanks for this awesome tool first.
i'm looking for the completion tool who can complete the inherit associate between class.
I have install company-mode ,irony-mode chenbin's cpputil-cmake. But it se…
-
Hi, will you please update irony-server.exe?
I am a windows user who is totaly frastrated by the compilation of irony-server.exe.
I download your irony-server.exe and hope it will work. Unfortu…
-
Hello,
I am using irony and its company-irony completion every day and I love it. However, today I noticed an issue with protected members. Everything works fine in the class itself, but the protected…
-
Although some of my software projects use cmake not all do. For those projects who do not, the irony support in cpputils-cmake causes problems. This patch fixes the warnings for me:
```
*** cpputi…
-
I fixed this by pruning such options as follows:
```
(defun company-irony-c-headers--clean-compiler-options (options)
(cond ((null options)
nil)
((or (string-equal "-MF" (car optio…
-
Hi @Sarcasm,
I've made progress with enabling "triggers" which will allow the Debian package to reconfigure itself as system LLVM versions are installed, upgraded, uninstalled, etc. This means tha…
sten0 updated
6 months ago
-
I have my company backends set to `(company-c-headers company-irony)`, `(add-hook 'irony-mode-hook #'company-irony-setup-begin-commands)` is in my [init.el](https://github.com/luisgerhorst/.emacs.d/bl…