Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completion doesn't work when using current module name to qualify an identifier #306

Closed
ghost opened this issue Mar 11, 2016 · 0 comments
Closed
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Mar 11, 2016

module mod;

struct DOM {}

void main(string[] args)
{
    mod. // got nothing, expected DOM or a list containing DOM
}
  • DCD master
  • linux 64 bit
  • module passed through stdin
@ghost ghost added the bug label Mar 22, 2018
@ghost ghost changed the title Completion doesn't work when using current module for symbol disambiguation Completion doesn't work when using current module name to qualify an identifier Mar 22, 2018
@ghost ghost added this to the 0.10.0 milestone Dec 18, 2018
@ghost ghost closed this as completed Dec 29, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants