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've encountered an issue with code-d with one specific package. As soon code-d is loaded it starts spamming "Request failed. Connection got disposed." serve-d v0.6.0 with workspace-d v3.5.0 Included features:...

bug
to be reproduced

The exception output format is e.g. `core.exception.AssertError@tests/optional.d(450): unittest failure` So vscode cannot recognize it as a file link since there's no file called `core.exception.AssertError@tests` in the cwd. I wonder if...

enhancement

relate to #294 (may be fix)

to be reproduced

When I start VSCode the extension work great for a while. But after a seemingly random amount of time code completion and linting suddenly stop working. The completion popup then...

to be reproduced

Its quite handy to have `F2` work for renaming a variable or function across all areas its being used. This usually works when the variable or function is selected.

enhancement

See https://github.com/microsoft/vscode/blob/924ccf2b63b6841b09ed8e3b26362cf38a558d3a/extensions/typescript-language-features/package.json#L145

enhancement

steal VisualD's feature showing out/ref/lazy: https://rainers.github.io/visuald/visuald/images/parameterstorage.png additionally might make sense to show parameter names as decoration like in IntelliJ with Java

enhancement

I'm trying to set LD_LIBRARY_PATH from tasks.json so it'll link to library files created in another root of my build. Unfortunately, for whatever reason, it seems like the dub build...

https://code.visualstudio.com/docs/editor/vscode-web#_extensions https://code.visualstudio.com/api/extension-guides/web-extensions e.g. on https://vscode.dev, where the entire extension, serve-d, dmd, dub, etc. needs to run in the browser, with webassembly in this mode need to: - disable things that...

expensive

I've got a complicated dub definition file for my project that I'm trying to get code-d to cooperate with. ``` { "name" : "ice-engine", "description" : "The Identity Crisis Engine",...