Skip to content

Why am I not getting completions from grouped backends? #1149

Answered by dgutov
mtwomey asked this question in Q&A
Discussion options

You must be logged in to vote

Hi!

This is basically the same as #792.

Unfortunately, we don't support grouping of entirely arbitrary backends, they need to be compatible in what prefix returns.

The default configuration is done with that aspect in mind, where company-dabbrev-code is grouped with company-etags and company-dabbrev stands to the side. But the latter can be combined with company-ispell. company-yasnippet works better when combined with any of the former group (they determine the prefix bounds based on "symbol" syntax).

In general this has worked okay because you usually want some backends in text buffers, and others in programming buffers, but it seems company-yasnippet can be attractive in both.

There is…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@mtwomey
Comment options

Answer selected by mtwomey
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1145 on July 26, 2021 20:01.