Code completion with DCD in VS Code

Laurent Tréguier laurent.treguier.sink at gmail.com
Wed Apr 24 07:34:10 UTC 2019


On Tuesday, 23 April 2019 at 21:19:29 UTC, Andre Pany wrote:
> 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

Using DCD as a library means any error thrown in DCD crashes DLS 
directly; so the stability difference may be tremendous... but 
not in a good way


More information about the Digitalmars-d-ide mailing list