www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - getting dcd completions for dub installed modules

reply Fra Mecca <me francescomecca.eu> writes:
Hi all,
I was wondering how do you get dcd-server to import packages 
installed from dub in ~/.dub
Aug 27 2017
parent reply user123 <user1234 12.hu> writes:
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.
Aug 27 2017
next sibling parent reply Fra Mecca <me francescomecca.eu> writes:
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?
Aug 28 2017
next sibling parent Atila Neves <atila.neves gmail.com> writes:
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
Aug 31 2017
prev sibling parent reply user123 <user1234 12.hu> writes:
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".
Aug 31 2017
parent reply user123 <user1234 12.hu> writes:
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
Aug 31 2017
parent jmh530 <john.michael.hall gmail.com> writes:
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.
Aug 31 2017
prev sibling parent Fra Mecca <me francescomecca.eu> writes:
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?
Oct 13 2017