minad / cape

🦸cape.el - Completion At Point Extensions
GNU General Public License v3.0
603 stars 22 forks source link

Question : company-math #73

Closed deb75 closed 1 year ago

deb75 commented 1 year ago

Hello,

I use company-math, is it possible to incorportate it in cape, so that I can get math completion with cape + corfu ?

Regards

minad commented 1 year ago

You can use cape-company-to-capf to transform the company backend. Maybe cape-tex is also sufficient for your uses?

deb75 commented 1 year ago

Thanks for your answer.

I tried cape-tex, as far as I understand it provides completion for UTF8 symbols, which is similar to company-math-symbol-unicode, what I need is rather company-math-symbol-latex, to complete latex symbols (e.g. \alpha) in math environments.

Regards