DLS : an attempt at a language server
Anton Pastukhov
pastuhov85 at gmail.com
Tue Mar 27 18:32:40 UTC 2018
On Tuesday, 27 March 2018 at 18:08:14 UTC, Laurent Tréguier wrote:
> Hello, D community!
>
> I've been looking at D for a while now, but never got to really
> use it. And now that Microsoft initiated the Language Server
> Protocol, I thought about trying to make a language server
> using DCD, DFMT and D-Scanner.
> It only supports formatting with DFMT and basic autocompletion
> with DCD (for now). I've successfully got it working with both
> VSCode [1] and Atom [2], maybe I'll try to make extensions for
> some other editors as well.
>
> Also now that I've actually tried the language, I have to say I
> really like it :)
>
> [1]:
> https://marketplace.visualstudio.com/items?itemName=LaurentTreguier.vscode-dls
> [2]: https://atom.io/packages/ide-dlang
Ahem... https://github.com/Pure-D/serve-d
More information about the Digitalmars-d-announce
mailing list