company-c-headers icon indicating copy to clipboard operation
company-c-headers copied to clipboard

fix/workaround: interference with yasnippet causes company-c-headers completion not work properly.

Open vibrys opened this issue 9 years ago • 2 comments

This is fix to issue https://github.com/randomphrase/company-c-headers/issues/6

company-c-headers, when on #include .. line, just turns off all yasnippets in progress. This prevents from yasnippet - company-c-headers interference.

vibrys avatar May 21 '15 09:05 vibrys

Coverage Status

Coverage decreased (-2.52%) to 70.69% when pulling ea9cf69a883ad30a286288a85e93d2f927d00527 on vibrys:vbrs into 0de5572a6fb522052de2982d79f798068d3af144 on randomphrase:master.

coveralls avatar May 21 '15 09:05 coveralls

Hi @vibrys thanks for the pull request. I want to understand a bit more about this patch and why it is necessary. Honestly it looks like a bit of a hack to work around some other more fundamental incompatibility, perhaps between company mode and yasnippet? In which case my preference would definitely be to fix the problem at its source.

randomphrase avatar May 25 '15 13:05 randomphrase