Neovim autocompletion using deoplete
Idan Arye via Digitalmars-d
digitalmars-d at puremagic.com
Sun Feb 21 11:46:50 PST 2016
On Sunday, 21 February 2016 at 18:34:42 UTC, landaire wrote:
> On Sunday, 21 February 2016 at 13:36:26 UTC, maik klein wrote:
>>
>> Good job, but could you also explain why do you think its
>> better than in dutyl? I currently also use nvim with
>> dutyl(dcd, dscanner, fmt) and youcompleteme and I haven't run
>> into any issues.
>>
>> Is it possible to filter autocompletions based on the type?
>> Like modules, struct alias, enum etc?
>
> Sorry, I didn't mean to say it's objectively better than dutyl
> but it's been working better for me. dutyl has some solid
> features that this plugin does not have such as calltip
> completion (simple enough to add), finding ddoc, and finding
> declarations.
>
> As Idan pointed out, this fits my own workflow a little better
> since I don't have to manually start/stop dcd-server and I've
> found that it's a little more reliable with triggering
> completions (although this may have been a misconfiguration on
> my end).
>
> Currently you cannot filter autocompletions based on the type
> but that might be easy to add depending on what you mean.
No offense LoL. People who have time to get offended by hearing
their project is inferior to another project, should better use
that time to improve that project of them!
At any rate, programming(any kind of engineering actually) is the
art of tradeoffs. I could add these features to Dutyl, but then
I'll have to add more requirements, which is something I don't
want to do.
More information about the Digitalmars-d
mailing list