ScottyB / ac-js2

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

auto-completion not available with company-mode #19

Open shackra opened 9 years ago

shackra commented 9 years ago

I have no auto-completion with company. I write something like document. and then I wait for suggestions but I get none.

I'm using company 20150301.1814 from MELPA and js2-mode 20150301.337 from MELPA. Running GNU Emacs 24.4.1 (i686-pc-linux-gnu, GTK+ Version 3.14.7) of 2015-01-17 on bisson

angrybacon commented 9 years ago

For those of you who prefer Company mode, support is on its way.

@ScottyB I came here for the contextual completions. Do you have visibility about when you would be working on this ?

ghost commented 9 years ago

Same error, get nothing

ghost commented 9 years ago

If enabled 'auto-complete' with 'company-mode' works..

PythonNut commented 8 years ago

I can see some code relating to company in ac-js2.el line 305, but I can't seem to get it to work. @ScottyB is it supposed to be working, or is it still coming?