-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi. First thanks for awesome package. I am having some trouble with company-irony: After typing .
for class members or ::
for namespace the company menu is not shown.
In my settings I have company-clang-begin-after-member-access
set to 1, however, with company-irony backend it seems it is not respected. If I remove the company-irony backend and use the company-clan then .
and ::
triggers completion.
I opened an issue in company repo (company-mode/company-mode#534) but I was suggested to post it here and I think it is right.
The relevant part of my setup reads as follow:
(with-eval-after-load 'company
(add-hook 'c++-mode-hook 'company-mode)
(add-hook 'c-mode-hook 'company-mode))
(use-package company-c-headers
:ensure t)
(use-package company-irony
:ensure t
:config
(setq company-backends '((company-c-headers
company-dabbrev-code
company-irony))))
(use-package irony
:ensure t
:config
(add-hook 'c++-mode-hook 'irony-mode)
(add-hook 'c-mode-hook 'irony-mode)
(add-hook 'irony-mode-hook 'irony-cdb-autosetup-compile-options))
Any idea?
Metadata
Metadata
Assignees
Labels
No labels