Sarcasm / irony-mode

A C/C++ minor mode for Emacs powered by libclang
GNU General Public License v3.0
906 stars 99 forks source link

Can't select a candidate when inside a function paramater template. #498

Open zhaozhixu opened 6 years ago

zhaozhixu commented 6 years ago

Hi, I'm using company-irony. When I'm inside a function template provided by company-irony, I can't select further candidate. For example, complate malloc() screenshot from 2018-09-04 16-01-14 select sizeof screenshot from 2018-09-04 16-09-38 Enter! screenshot from 2018-09-04 16-10-23 Jump out of malloc() without sizeof being selected.

Can anyone tell me how to fix this? Thanks!