Thread overview
getting dcd completions for dub installed modules
Aug 27, 2017
Fra Mecca
Aug 27, 2017
user123
Aug 28, 2017
Fra Mecca
Aug 31, 2017
Atila Neves
Aug 31, 2017
user123
Aug 31, 2017
user123
Aug 31, 2017
jmh530
Oct 14, 2017
Fra Mecca
August 27, 2017
Hi all,
I was wondering how do you get dcd-server to import packages installed from dub in ~/.dub
August 27, 2017
On Sunday, 27 August 2017 at 14:26:20 UTC, Fra Mecca wrote:
> Hi all,
> I was wondering how do you get dcd-server to import packages installed from dub in ~/.dub

The most generic way is to use the config file:

https://github.com/dlang-community/DCD#configuration-files

but your editor may have a system that does the same.
The one i use does this automatically for the projects lelvel 1 deps and has also a GUI to edit the path that are known by DCD.
August 28, 2017
On Sunday, 27 August 2017 at 14:33:24 UTC, user123 wrote:
> On Sunday, 27 August 2017 at 14:26:20 UTC, Fra Mecca wrote:
>> Hi all,
>> I was wondering how do you get dcd-server to import packages installed from dub in ~/.dub
>
> The most generic way is to use the config file:
>
> https://github.com/dlang-community/DCD#configuration-files
>
> but your editor may have a system that does the same.
> The one i use does this automatically for the projects lelvel 1 deps and has also a GUI to edit the path that are known by DCD.

Which one are you using?
August 31, 2017
On Monday, 28 August 2017 at 12:00:43 UTC, Fra Mecca wrote:
> On Sunday, 27 August 2017 at 14:33:24 UTC, user123 wrote:
>> On Sunday, 27 August 2017 at 14:26:20 UTC, Fra Mecca wrote:
>>> Hi all,
>>> I was wondering how do you get dcd-server to import packages installed from dub in ~/.dub
>>
>> The most generic way is to use the config file:
>>
>> https://github.com/dlang-community/DCD#configuration-files
>>
>> but your editor may have a system that does the same.
>> The one i use does this automatically for the projects lelvel 1 deps and has also a GUI to edit the path that are known by DCD.
>
> Which one are you using?

I maintain an Emacs package that handles things automatically:

https://github.com/atilaneves/ac-dcd

Atila
August 31, 2017
On Monday, 28 August 2017 at 12:00:43 UTC, Fra Mecca wrote:
> On Sunday, 27 August 2017 at 14:33:24 UTC, user123 wrote:
>> On Sunday, 27 August 2017 at 14:26:20 UTC, Fra Mecca wrote:
>>> Hi all,
>>> I was wondering how do you get dcd-server to import packages installed from dub in ~/.dub
>>
>> The most generic way is to use the config file:
>>
>> https://github.com/dlang-community/DCD#configuration-files
>>
>> but your editor may have a system that does the same.
>> The one i use does this automatically for the projects lelvel 1 deps and has also a GUI to edit the path that are known by DCD.
>
> Which one are you using?

I'm using "Coedit".
August 31, 2017
On Thursday, 31 August 2017 at 13:05:36 UTC, user123 wrote:
> On Monday, 28 August 2017 at 12:00:43 UTC, Fra Mecca wrote:
>> On Sunday, 27 August 2017 at 14:33:24 UTC, user123 wrote:
>>> On Sunday, 27 August 2017 at 14:26:20 UTC, Fra Mecca wrote:
>>>> Hi all,
>>>> I was wondering how do you get dcd-server to import packages installed from dub in ~/.dub
>>>
>>> The most generic way is to use the config file:
>>>
>>> https://github.com/dlang-community/DCD#configuration-files
>>>
>>> but your editor may have a system that does the same.
>>> The one i use does this automatically for the projects lelvel 1 deps and has also a GUI to edit the path that are known by DCD.
>>
>> Which one are you using?
>
> I'm using "Coedit".

http://bbasile.github.io/Coedit/features_dcd.html
August 31, 2017
On Thursday, 31 August 2017 at 13:07:22 UTC, user123 wrote:
>>
>> I'm using "Coedit".
>
> http://bbasile.github.io/Coedit/features_dcd.html

I haven't used it in a while, but I had tried it in the past and thought it was good.
October 14, 2017
On Sunday, 27 August 2017 at 14:33:24 UTC, user123 wrote:
> On Sunday, 27 August 2017 at 14:26:20 UTC, Fra Mecca wrote:
>> Hi all,
>> I was wondering how do you get dcd-server to import packages installed from dub in ~/.dub
>
> The most generic way is to use the config file:
>
> https://github.com/dlang-community/DCD#configuration-files
>
> but your editor may have a system that does the same.
> The one i use does this automatically for the projects lelvel 1 deps and has also a GUI to edit the path that are known by DCD.

Which one are you using?