ncm2 / ncm2-tagprefix

tags completion for ncm2. this soruce supports prefix match only.
MIT License
1 stars 1 forks source link

Feature Request: Function parameter expansion support #1

Closed butterflyfish closed 6 years ago

butterflyfish commented 6 years ago

ctags file have function prototype. It's fantastic if ncm2-tagprefix support function parameter expansion like ncm2-pyclang.

Not all c/c++ project can use ncm2-pyclang. Some private projects written for embedded(cross compile) device, GCC is only choice.

roxma commented 6 years ago

Some private projects written for embedded(cross compile) device, GCC is only choice.

I use gcc too.

Clang is only for completion for my project. It should work as long as you setup the compile options.

Clang is designed to be a gcc alternative, Their options are mostly compatible.

I'm not interested in adding this support for tag source.

butterflyfish commented 6 years ago

thank you for your feedback.