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

1. using gcc as compiler, i.e. ``` export CC=/usr/local/bin/gcc ``` 2.modifying ./serverbase/dub.sdl ``` dependency "serve-d:lsp" path="../lsp" ``` 3.modifying ./workspace-d/dub.sdl ``` dependency "serve-d:dcd" path="../dcd" ``` After this "dub build" builds just...

Dump dub version to the most recent 1.29.0 Fixes crash on some projects with backtrace like that: ``` Running dub build 2022-07-22T00:48:39.974 [error] serverbase.d:338:__lambda2 Failed processing notification: object.Exception@../../../.dub/packages/dub-1.28.0-beta.1/dub/source/dub/project.d(1485): Invalid variable:...

see https://dub.pm/package-format-json.html#environment-variables

* [ ] abstract * [ ] alias * [ ] align * [ ] asm * [ ] assert * [ ] auto * [x] bool * [x] break...

enhancement

I got hit by this error ``` std.utf.UTFException@\/usr\/include\/dlang\/ldc\/std\/utf.d(1547): Invalid UTF-8 sequence (at index 1)\n----------------\n\/usr\/include\/dlang\/ldc\/std\/utf.d:1585 pure dchar std.utf.decodeImpl!(true, 0, const(char)[]).decodeImpl(ref const(char)[], ref ulong) [0x560d91cf050e]\n\/usr\/include\/dlang\/ldc\/std\/utf.d:1186 pure @trusted dchar std.utf.decode!(0, const(char)[]).decode(scope ref const(char)[],...

we could simply pass regex strings in the source code through `std.regex:regex` to see if there are any compilation errors in it.

for regex strings we could add special highlighting (semantic highlighting)

From the tooling survey: support `[fully.qualified.name|brief name] links`

It seems like the current position in the popup is computed by just using counting commas. An array initialization will shop the wrong position in the popup: ![image](https://user-images.githubusercontent.com/39948112/175800157-44bc21f8-a593-496a-a867-7b52b85c60ed.png) As visible,...

bug