September 16, 2013
On 2013-09-15 23:41, Brian Schott wrote:

> I start and stop the server manually. I know that this should be
> improved, but there are a few other things that I'd like to focus on first.

Ok, I can probably add this to a menu.


> Things such as the standard library location can be placed in
> $XDG_CONFIG_HOME/dcd/dcd.conf or $HOME/.config/dcd/dcd.conf on Linux or
> BSD, or dcd.conf (in the same directory as the server executable) on
> Windows. The server reads this on startup and caches all .d and .di
> files that it finds in the paths in that file.

Ok, I see. But a user needs to be able use different compilers for different projects. I'll see if I can use the project specific settings and fall back on dcd.conf.

> Symbols are filtered by the import statements that are contained in the
> text that you send to dcd-client, so there shouldn't be a conflict. If
> you have multiple foo backages each with a bar module, then it'll
> probably break.

So ideally one server per session/project. That won't conflict, right? I can just use different ports?

-- 
/Jacob Carlborg
September 09, 2015
On Tuesday, 3 September 2013 at 05:50:58 UTC, yaz wrote:
> On Tuesday, 3 September 2013 at 04:54:24 UTC, Rory McGuire wrote:
>> Do you ever use Sublime Text 2/3? Any plans to support integration with it?
>>
>> Seriously awesome work. I've wanted to make this since I saw gocode,  but I
>> couldn't figure out how to get at the ast in dmd.
>> On 3 Sep 2013 00:25, "Brian Schott" <briancschott@gmail.com> wrote:
>>
>
> I'm currently experimenting a bit with Sublime Text and DCD. I might hopefully get an alpha quality plugin that just works in a week. No promises made.

Hello yaz, how far did you get with Sublime Text autocomplete support for D?
September 09, 2015
On Wednesday, 9 September 2015 at 07:04:27 UTC, Ludovit Lucenic wrote:
> Hello yaz, how far did you get with Sublime Text autocomplete support for D?

https://github.com/yazd/DKit/

There's a link to this on DCD's wiki.

1 2 3
Next ›   Last »