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 140 code-d issues
Sort by recently updated
recently updated
newest added

Vscode has word wrapping settings. For as far as I'm aware, the extension however does not expose a setting for disabling/modifying the wrapping/line length behavior of the formatter (dfmt's max_line_length...

Documentation on hover doesn't show up for functions which use shortened method syntax (`-preview=shortenedMethods`). E.g. in the following code documentation on hover works for `fun()`, but not for `gun()`: ```d...

Navigation and autocompletion are broken for recent versions of vibe-d dependency (e.g. version 0.10.0). **Way to reproduce:** open any stand-alone vibe-d based project in vscode and try to navigate to...

should be supported in all debuggers and is a common use-case

After closing vscode the dcd-server.exe is still multiple times open in the background. It's not possible to make changes like delete files, etc. in the last opened workspace folder. ![Taskmgr_lMXNCu37lb](https://github.com/Pure-D/code-d/assets/21248444/2f019bce-cacd-4853-99de-b976f06a0ea3)...

I've tried it directly on Windows and on Ubuntu in WSL2 with the same result: std.* - works local module - works any package installed with dub - doesn't work...

In some LSP implementations, like for example PyLance for Python, you can get hints like this: ![image](https://github.com/Pure-D/code-d/assets/5769148/e1c03828-009a-4584-8488-31588e529c27) Right now with `code-d` I do not see any such tooltips when hovering...

I have the following `.vscode/setting.json` (notice: `"archType": "$current"`) ```json { "version": "2.0.0", "tasks": [ { "type": "dub", "run": false, "cwd": "${workspaceFolder}", "compiler": "$current", "archType": "$current", "buildType": "$current", "configuration": "$current", "problemMatcher":...

bug

I am not an IDE guy. I use `mcedit` for last 25 years. So I decide to give vs code another try. code-d v0.23.2 ``` Version: 1.84.0-insider Commit: 18b7f75a9fab40499744c2e9c6ba9af64d5c6744 Date:...

> Could not initialize dub for /home/elias/dev/linedubbed2. Falling back to limited functionality! > > Dub package failed to load or no configurations are available, cannot list import paths needed for...