idanarye / vim-dutyl

Coordinate D tools to work together for you

Home Page:http://www.vim.org/scripts/script.php?script_id=5003

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kraxli opened this issue · comments

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

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

thanks for redirecting me to the right source of issue.