Code completion with DCD in VS Code

Andre Pany andre at s-e-a-p.de
Tue Apr 23 21:19:29 UTC 2019


On Tuesday, 23 April 2019 at 18:24:24 UTC, arakan arkino wrote:
> On Saturday, 3 February 2018 at 19:23:12 UTC, Francis Nixon 
> wrote:
>> [...]
>
> For me, on Ubuntu, i have to restart manually dcd (ctrl+P + 
> kill DCD server or restart DCD server) AND reload import Path 
> (ctrl+P + Reload import path).

I make use of language server protocol in Intellij for code 
completion, here I use DLS. Instead of calling the DCD client 
executable for each request, DLS uses DCD as a library. The 
performance and stability difference is tremendous.

Kind regards
Andre


More information about the Digitalmars-d-ide mailing list