code-d
code-d copied to clipboard
Fully featured D language extension for Visual Studio Code using Serve-D
Basically an option to have ```d /** Function description Params: var = thing Return: thing */ ``` Automatically injected instead of ```d /** * Function description * Params: * var...
I stumbled in this error while modifying dub's codebase.  After I press F12, this is the location I jump into: 
My `dub.json` contains `"targetPath": "bin/$BUILD_TYPE-$PLATFORM-$ARCH"`. Trying to simply launch debugger in VS Code shows the following error:  `launch.json` contents: ```json { "version": "0.2.0", "configurations": [...
Imagine the following directory structure: ``` - project root | | - dub.json | - common | - myproject | - common | - path.d ``` And such a DUB...
The PR that goes with Pure-D/serve-d#271
The code compiles just fine.
It would be nice, when creating a project with `> code-d:Create new Project` that it creates a `launch.json` and `task.json` with the defaults automatically. So that debugging works "out of...
```d void f(in int delegate() x, in int y) {} ``` This renders as:  The second `in` is a different color. This is somehow related to the parentheses in...
The highlighting does not always work when tokens/characters are exchanged. Note: https://dlang.org/spec/ddoc.html#embedded_comments 1. The example given by the page above, also given below, does not function when ` ``` `...
I got some trouble with serve-d and dcd in VSCode for the first time, and need some helps. Here are the related logs. ``` serve-d standalone v0.8.0-beta.7 Included features: "d",...