Thread overview
[Issue 17151] Auto Completion doesn't work
Feb 08, 2017
Rainer Schuetze
[Issue 17151] Auto Completion should suggest missing imports
Feb 08, 2017
Rainer Schuetze
May 11, 2019
Manu
February 07, 2017
https://issues.dlang.org/show_bug.cgi?id=17151

--- Comment #1 from Scellow33@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!

--
February 08, 2017
https://issues.dlang.org/show_bug.cgi?id=17151

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario@gmx.de

--- Comment #2 from Rainer Schuetze <r.sagitario@gmx.de> ---
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.

--
February 08, 2017
https://issues.dlang.org/show_bug.cgi?id=17151

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Auto Completion doesn't     |Auto Completion should
                   |work                        |suggest missing imports

--
May 11, 2019
https://issues.dlang.org/show_bug.cgi?id=17151

Manu <turkeyman@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |turkeyman@gmail.com
         Resolution|---                         |DUPLICATE

--- Comment #3 from Manu <turkeyman@gmail.com> ---


*** This issue has been marked as a duplicate of issue 13912 ***

--