Auto completion in DlangIDE

Andrea Fontana nospam at example.com
Tue Mar 6 13:51:05 UTC 2018


On Wednesday, 28 February 2018 at 16:16:24 UTC, user wrote:
> OK, after trying few more things I figured that
>
> Auto completion in DlangIDE, CoEdit, etc works only for
> * stuff declared locally in the file or in the local project.
> * stuff from phobos.
>
> Auto completion DOES NOT work for third party libraries, like 
> DWT, etc.
> Could someone help me how to make auto-complete work for third 
> party libs?
>
> Thanks in advance

I think they use DCD for completion. dcd-server has a switch (and 
a command from client) to import library from path.

Probably dcd config is missing those paths!


More information about the Digitalmars-d-ide mailing list