company-c-headers
company-c-headers copied to clipboard
fix/workaround: interference with yasnippet causes company-c-headers completion not work properly.
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.
Coverage decreased (-2.52%) to 70.69% when pulling ea9cf69a883ad30a286288a85e93d2f927d00527 on vibrys:vbrs into 0de5572a6fb522052de2982d79f798068d3af144 on randomphrase:master.
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.