help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Company doesn't suggest candidates from TAGS


From: Andrey Lisin
Subject: Company doesn't suggest candidates from TAGS
Date: Tue, 04 Nov 2014 11:36:48 +0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (darwin)

Hello,

I'm new to company-mode and have one question (haven't found anything in
documentation).

Here is my use-case. I have C project and use etags to navigate through
it. `company-backends' variable is

(company-bbdb company-nxml company-css company-eclim company-semantic
company-clang company-xcode company-ropemacs company-cmake company-capf
(company-dabbrev-code company-gtags company-etags company-keywords)
company-oddmuse ...)

I have `foobar' variable defined in header file. Now I edit c-file and
start typing `foo'. I expect to see possible complition `foobar', but
nothing happens. But if I run `company-etags' command I see `foobar' in
completions list.

My question is how to make Company to show me etags suggestions by
default, e.g. by company-complete command?

Thank you.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]