This package adds ipa completion for company.
To install clone this package directly (soon in melpa).
(load-file "PATH/company-ipa.el")
After the package is installed, you can enable company-ipa
by adding the following to your init file:
(add-to-list 'company-backends 'company-ipa-symbols-unicode)
Use the variable company-ipa-symbol-prefix
to change the prefix to trigger completion.
By default this is bound to ¬
.