randomphrase / company-c-headers

Auto-completion for C/C++ headers using Company
GNU General Public License v2.0
76 stars 9 forks source link

yasnippet and company-c-header conflict #16

Open tshu-w opened 7 years ago

tshu-w commented 7 years ago

I use cc-mode snippet incs -> #include <$1> and company-c-header to autocomplete header filename. Since company-c-header will insert > after header filename. I got Warning (yasnippet): Killing zombie snippet! I wander how to avoid this?