Fork me on GitHub
#vim
<
2023-11-24
>
James Amberger02:11:38

I use vim-fireplace and vim-ale; anyone know how I can get omnicompletion/online doc for web APIs?

Nundrum15:11:22

Like what, a Swagger-based API? I haven't heard of anything like that, but I can how useful that would be.

James Amberger12:11:40

like for completing methods on js/window, event classes, stuff like that. I hate having to task out to an MDN window

Nundrum14:11:30

I'm using Conjure and had similar questions that I haven't yet found the answer to. Completion works, but docstring lookups don't. I found that adding [cljs.js :as js] to my require allowed for jumping to the function definition. Maybe something similar would help you with completion?

Nundrum12:04:44

I wish I knew. That would be handy.