digitalmars.D.learn - LSP-server for D?
- Per =?UTF-8?B?Tm9yZGzDtnc=?= (3/3) Dec 05 2022 Is there a D lsp-server available? I couldn't find anything at
- Per =?UTF-8?B?Tm9yZGzDtnc=?= (2/5) Dec 05 2022 Ahh, it's at https://code.dlang.org/packages/serve-d.
- Per =?UTF-8?B?Tm9yZGzDtnc=?= (3/8) Dec 05 2022 Have anybody successfully used the LSP part of serve-d in
- ryuukk_ (5/14) Dec 05 2022 Have you tried this?
- Per =?UTF-8?B?Tm9yZGzDtnc=?= (2/6) Dec 06 2022 Ok, thanks.
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?
Dec 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.
Dec 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:Have anybody successfully used the LSP part of serve-d in conjunction with Emacs' lsp-mode as a frontend?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.
Dec 05 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: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 parametersOn Monday, 5 December 2022 at 12:23:24 UTC, Per Nordlöw wrote:Have anybody successfully used the LSP part of serve-d in conjunction with Emacs' lsp-mode as a frontend?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.
Dec 05 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 parametersOk, thanks.
Dec 06 2022