Thread overview
LSP-server for D?
Dec 05, 2022
Per Nordlöw
Dec 05, 2022
Per Nordlöw
Dec 05, 2022
Per Nordlöw
Dec 06, 2022
ryuukk_
Dec 06, 2022
Per Nordlöw
December 05, 2022

Is there a D lsp-server available? I couldn't find anything at https://code.dlang.org/search?q=lsp. Am I not using the correct search terms?

December 05, 2022

On Monday, 5 December 2022 at 12:23:24 UTC, Per Nordlöw wrote:

>

Is there a D lsp-server available? I couldn't find anything at https://code.dlang.org/search?q=lsp. Am I not using the correct search terms?

Ahh, it's at https://code.dlang.org/packages/serve-d.

December 05, 2022

On Monday, 5 December 2022 at 12:38:07 UTC, Per Nordlöw wrote:

>

On Monday, 5 December 2022 at 12:23:24 UTC, Per Nordlöw wrote:

>

Is there a D lsp-server available? I couldn't find anything at https://code.dlang.org/search?q=lsp. Am I not using the correct search terms?

Ahh, it's at https://code.dlang.org/packages/serve-d.

Have anybody successfully used the LSP part of serve-d in conjunction with Emacs' lsp-mode as a frontend?

December 06, 2022

On Monday, 5 December 2022 at 18:36:08 UTC, Per Nordlöw wrote:

>

On Monday, 5 December 2022 at 12:38:07 UTC, Per Nordlöw wrote:

>

On Monday, 5 December 2022 at 12:23:24 UTC, Per Nordlöw wrote:

>

Is there a D lsp-server available? I couldn't find anything at https://code.dlang.org/search?q=lsp. Am I not using the correct search terms?

Ahh, it's at https://code.dlang.org/packages/serve-d.

Have anybody successfully used the LSP part of serve-d in conjunction with Emacs' lsp-mode as a frontend?

Have you tried this? https://github.com/Pure-D/serve-d/blob/master/editor-emacs.md

It should be similar for lsp-mode make sure you provide the proper parameters

December 06, 2022

On Tuesday, 6 December 2022 at 01:48:54 UTC, ryuukk_ wrote:

>

Have you tried this? https://github.com/Pure-D/serve-d/blob/master/editor-emacs.md

It should be similar for lsp-mode make sure you provide the proper parameters

Ok, thanks.