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

Fully featured D language extension for Visual Studio Code using Serve-D

Results 136 code-d issues
Sort by recently updated
recently updated
newest added

I have a nested DUB projects structure (example_1, example_2, ...): ![изображение](https://user-images.githubusercontent.com/37277056/140764557-149fea28-6fab-42c4-8922-159771231f0c.png) When I create a new project, I want to run it without reconfiguring the project path using universal variables....

I believe there could be error highlights from when implementing abstract functions, like we see in Typescript. There is another UX problem that the `CTRL + .` only works if...

https://code.visualstudio.com/updates/v1_24#_access-theme-colors-in-webviews

## The Problem When attempting to install the Code-d extension in vs-code, it doesn't have a server-d binary to link to, so instead attempts to build server-d from source. This...

I'm having a similar problem as [here](https://github.com/dlang-community/D-Scanner/issues/815), but it's even simpler. I assume [the fix](https://github.com/dlang-community/D-Scanner/pull/816) has not been merged into serve-d yet, or does it not cover my case? Consider...

If I have a syntax error in my file I cannot save it because dfmt locks it or prevents from saving. A popup appears ``` Saving 'abc.d': Running 'D Programming...

command to ddemangle the current selection/file

enhancement

```d writeln(format("Hello World %s", b)); ``` This is the output produced by hovering the above non UFC line, it works and hover info shown for `format` and `writeln` as expected...

This feature is included in many other language extensions & I believe it would benefit this extension as well.

enhancement

On my work computer (windows 10) code-d is not able to connect to dcd-server. Socket exceptions are thrown in the log. The executable dcd-server.exe is running (windows task list). I...