ScottyB / ac-js2

Javascript auto-completion in Emacs using Js2-mode's parser and Skewer-mode.
123 stars 8 forks source link

Completion not showing function parameters. #27

Open dbarros opened 6 years ago

dbarros commented 6 years ago

Following the instructions to install ac-j2, I am able to get a popup showing functions names (which match what I've typed), which is great. But I'm not able to get the completion popup to show the functions' parameters.

Is there something I can try to debug and see why this is not happening?