serve-d icon indicating copy to clipboard operation
serve-d copied to clipboard

D LSP server (dlang language server protocol server)

Results 149 serve-d issues
Sort by recently updated
recently updated
newest added

### Description Serve-d tells me that the code below should result in an Error despite it compiling fine. ![2022-06-03_10:55:50](https://user-images.githubusercontent.com/100315855/171813379-8ebe996b-3c52-461c-b243-9c14df3c4e0d.png) ### Setup - Arch Linux - neovim 0.7.0 - nvim-lspconfig -...

bug

I went to lsp directory , did a "dub build" and it created a "liblsp.a" file. Kate editor should support .d but it did not find an lsp server. Would...

question

I have a dub.sdl looking like this: ``` name "abc" license "proprietary" targetType "none" importPaths "code" subPackage { name "xyz" targetType "dynamicLibrary" targetPath "../../build/$BUILD_TYPE" importPaths "code" sourcePaths "packages/lib-common" versions "common"...

bug

``` serve-d v0.7.4 with workspace-d v3.7.0 Included features: "d", "workspaces" Built: Sat May 21 23:05:29 2022 with compiler LDC v2.99 on linux littleEndian dub, dfmt and dscanner are bundled within...

I think completion order can be improved in some ways. For example giving higher priority to: - Methods / properties not in parent classes (that more likely I don't know,...

enhancement

dcd-server --version v0.13.6 serve-d v0.7.4 with workspace-d v3.7.0

bug

compiler complains: ``cannot put `catch` statement inside `scope(exit)` ``

see if this fixes the linker error

Seems like since 97c2beaf4ee3221423e4169403172760a5d5b0b5 there is a linker error on DMD in the Actions environment, though I don't seem to have it locally.