code-d
code-d copied to clipboard
Fully featured D language extension for Visual Studio Code using Serve-D
Inserting/removing lines before and after decorations should move them around and edit the source files where they came from.
When a module is moved or renamed the module definition at the top of the file gets updated (as unsaved change), other modules and files in the workspace should automatically...
Recently this feature was added as a built-in to VS Code for several languages (namely JS). I think it would be *really* nice to have this for D as well....
- [ ] [tg.d](https://gitlab.com/ohboi/tg.d.git) Telegram Bot (eventually wait for first release) - [ ] [w4d](https://github.com/KanzakiKino/w4d) GUI app
When defining a class, dialog to ask which methods to extract to an interface and auto implement it
* [ ] For Windows: Make Desktop App/Hide Console (`-L/SUBSYSTEM:windows`) * [ ] For Windows: [Include icon in exe](https://forum.dlang.org/post/[email protected]) * [ ] For Linux: Create freedesktop .desktop file * [...
so that when the user edits ```json "dependencies": { "fo|o": "bar" } ``` and the cursor is at `|`, it will reveal the element without selecting (new in 1.22)
i18n
* Moved nearly all strings into package.nls.json * Translations * [x] German translation * [ ] Swedish translation @Vild pls * [x] Japanese translation @alphaKAI maybe? Swedish is basically just...
If a user already did `dub fetch x` and `dub run x` it should automatically take these programs as path instead of building them on its own. Applying to dcd-server,...