idanarye / vim-dutyl

Coordinate D tools to work together for you
http://www.vim.org/scripts/script.php?script_id=5003
79 stars 13 forks source link

no completion after e.g. io when importing module as import io = std.stdio; #22

Closed kraxli closed 8 years ago

kraxli commented 8 years ago

Hi how can I get auto-completion after "io." when I import a module as e.g.

import io = std.stdio;

Is this not supported yet?

Thanks David

Hackerpilot commented 8 years ago

This is a DCD problem. Please file it here: https://github.com/Hackerpilot/DCD/issues

kraxli commented 8 years ago

thanks for redirecting me to the right source of issue.