code-d
code-d copied to clipboard
Fully featured D language extension for Visual Studio Code using Serve-D
Example code: ``` module app; struct A{ int a; union{ int b; int c; } } void main(string[] args) { //A a = A() } ``` Writing the `A(` part...
Currently, there are no hints when using [the static initialisation syntax for structs & unions](https://docarchives.dlang.io/v2.076.0/spec/struct.html#static_struct_init). I'd like to request for hints with regards to the elements of structs/unions, in a...
This problem has bothered me for a long time. Other computers still exist on the latest version of the software. I saw it, too https://github.com/Pure-D/code-d/issues/123 , according to what's said...
Hello, thanks for the cool plugin. I have an idea to share. It is annoying that built-in unittests mix up with normal code in the same file and take up...
Now that the installation routine code has been improved a little bit with the promise based code, testing this will be much easier
A GUI to help picking correct stdlibPath folder when missing would be useful (not sure if the detection is even working properly right now) path fixes should support: - wherever...
The git extension shows output like ``` Looking for git in C:/Program Files/Git/git.exe Looking for git in C:/Local/git.exe Git installation not found ``` code-d should do the same for all...
When creating a NEW dub project, it is necessary to reboot VSCode, since it does not detect the created project (**Ctrl+Shift+B**), while pulling up the configuration from the previous project....
When making a library it only makes sense that the user would want to debug the unittest build as the library is not executable otherwise.
See https://forum.dlang.org/thread/[email protected] Idea: - allow comments for `// version = X;` as specifying a version to exist - check ddoc section Version_Identifiers or Debug_Identifiers and offer to generate/extend it through...