code-d
code-d copied to clipboard
Fully featured D language extension for Visual Studio Code using Serve-D
For user experience it would be nice if there was a "play" button at the top right corner that runs/debugs the project similar to how other language extensions do it...
Now that `compile_commands.json` is (at least partially) supported in `serve-d` (CCDB component in workspace-d), is it possible to add support for it in `code-d`? What would be the TODO list...
Hey there, A bit of a feature request, It would be great if the task issued via the `dubBuild: true` launch configuration could respect the `panel` field of `presentation`. My...
Add `foreach_reverse` snippet, as a logical addition to the current `foreach` snippet. (more details on: https://dlang.org/spec/statement.html)
When I create a project that depends on any bindbc project (This may apply to other dependencies but I have not tested them), it works fine except I get the...
In my program, I aliased `this` within a class to an object reference of the class. This listed in the "Problems". It is line 32 in [this file](https://github.com/LiamM32/OE-2D/blob/new-renderer/source/renderer.d). It appears...
 Tried both with my project, and a brand new project folder using > create new project option. ```D 2024-07-02 15:04:08.196 [info] Eager extensions activated 2024-07-02 15:04:08.218 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch,...
https://github.com/Pure-D/code-d/blob/ea8360c4fa85bfa89f6cfe83fcd4f468007a7829/package.json#L1527 `0.24.0` doesn't work with proxy set via env var `http_proxy`, while `1.7.2` is verified (by locally build `code-d-0.23.2.vsix` ) to work well. Please consider bumping version of axios (maybe...
I could set up to autoformat my code upon save. However, import lines were not sorted. From the docs I could figure out how to do it: move the cursor...
I have tried a few times over the years to use D with VSCodium but have never been able to get the debugger to work. Today I tried from scratch...