Open tshu-w opened 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?
incs -> #include <$1>
>
Warning (yasnippet): Killing zombie snippet!
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 gotWarning (yasnippet): Killing zombie snippet!
I wander how to avoid this?