[Issue 17151] Auto Completion doesn't work

2017-02-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17151

Rainer Schuetze  changed:

   What|Removed |Added

 CC||r.sagita...@gmx.de

--- Comment #2 from Rainer Schuetze  ---
If you execute "Build Phobos Browse Info" from the Visual D menu and enable
"Expansion from JSON browse information", the completion list will also show
the available symbols without considering the context. Depending on the other
expansions options, you might have to press Ctrl+Space again.

I agree, having the info of the required module in the completion list would be
helpful. Adding the appropriate import automatically is also requested in issue
13912.

I'll update the title a bit here.

--


[Issue 17151] Auto Completion doesn't work

2017-02-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17151

--- Comment #1 from scello...@gmail.com ---
Oh nevermind, i forgot to import std.stdio

What would be nice is import suggestion like in VS or IntelliJ for C#/Java

That will help beginers like me a lot!

--