On Thursday, 27 December 2018 at 21:50:04 UTC, David wrote:
On Wednesday, 26 December 2018 at 00:42:25 UTC, viniarck wrote:
[...]

looks nice but the behavior is a bit strange, as it suggest also functions which are not imported. E.g.

import std.stdio: writeln;

completion for "wri" also brings up "writef" and all other functions from std.stdio starting with wri ...

sorry - I was wrong! It works as expected :-) - very nice! It probably conflicted with deoplete (or something else) which may still have been in the cache ...

Now, I am wondering how I can trigger "completion" for the signature which doesn't pop up

Reply via email to