ScottyB / ac-js2

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

Add completion back-end for company-mode #4

Closed dgutov closed 11 years ago

dgutov commented 11 years ago

So far ac-js2-document only returns one-liner strings, so treating it as meta string seems appropriate (it get echoed in the minibuffer).

If that ever changes, we'll switch to a doc-buffer.

ScottyB commented 11 years ago

Thanks for this :).

dgutov commented 10 years ago

@ScottyB Ehm, could you mention it in the README? Right now it still says "For those of you who prefer Company mode, support is on its way."