How to implement excel formula intelligence/suggestion using java-script or any third party library?

I am developing excel add-in using office-js API. I want to implement excel formula intelligence functionality – when the user types formula in input box it shows suggestions of formula and parameters of formula. Is it possible to implement using java-script or any third party library?

Screenshots of functionalities that I want to implement with my input textbox.
enter image description here

enter image description here