Neovim autocompletion using deoplete

landaire via Digitalmars-d digitalmars-d at puremagic.com
Sun Feb 21 10:34:42 PST 2016


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.


More information about the Digitalmars-d mailing list