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

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

Re: Company doesn't suggest candidates from TAGS


From: Dmitry Gutov
Subject: Re: Company doesn't suggest candidates from TAGS
Date: Wed, 05 Nov 2014 17:40:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.51 (gnu/linux)

Hi!

Andrey Lisin <andrey.lisin@gmail.com> writes:

> 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?

If you have Clang installed, or semantic-mode enabled, company-clang or
company-semantic come into play, and backends first in the list have
priority over all that come after.

If you're content with what company-etags gives you, try removing both
`company-semantic' and `company-clang' from company-backends.



reply via email to

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