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

## Expected behavior With d.argumentSnippets enabled, selective imports shouldn't get impacted and should result in a snippet like below. ```d import core.stdc.stdio : fopen; ``` ## Actual behavior With d.argumentSnippets...

bug

In some cases like ```d int f(int a, int b = 2) ``` the auto generated docs are ``` Params: a = Returns: ``` and in some other cases like...

bug

I created an [issue](https://github.com/ldc-developers/ldc/issues/3279) in LDC.

The errors ``` file.d(n): Error: @safe function cannot call @system function ``` and ``` file.d(n): Error: not allowed in safe code ``` should have code actions to fix. Example: ```d...

enhancement
code action

It would be pretty cool to have auto-imports (import suggestions). Means e.g. ```d void main() { auto f = new File| } ``` Intellisense would now suggest `File` from `std.stdio`...

enhancement

currently with multiple roots if additional import paths are given, it will configure the same dcd-servers for each root instead of reusing one

I've noticed that after installing `code-d` via Visual Studio Code Extension, shipped binaries won't work. ``` > $ /Users/nazriel/.vscode/extensions/webfreak.code-d-0.21.0/bin/dcd-server dyld: lazy symbol binding failed: Symbol not found: _dyld_enumerate_tlv_storage Referenced from:...