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

First of all, I am aware of the https://github.com/Pure-D/code-d/issues/279 which would be of great help, but what I am asking here is as simple as adding `Test ` to the...

I finally had some spare time to look into why the D extension did not work as expected on Ubuntu (luckily I do not use Ubuntu so often so it...

bug

When a foreach loop with a range, the syntax highlighting also highlights the second dot. (May be related to #410, though likely not) This does not happen when used as...

bug
syntax highlighting

Hey! Just tried to install the vscode extension, on am m1 mac (so no dmd - but do have ldc and dub) Anyway, when I open a D file I...

Steps to repro: - Create a new untitled editor - change language to D - keymash - no errors Expected outcome: DScanner parsing error Untitled editor: ![image](https://user-images.githubusercontent.com/103496370/173362703-a21dd26e-e980-4e8e-a649-fd654461bce6.png) Existing file: ![image](https://user-images.githubusercontent.com/103496370/173363147-33cb9e03-534e-460f-8c9b-aa9cda4f606e.png)...

enhancement

Here is a small sample d file which illustrates the issues. ```d fn!T(); cast(void function())x; obj.method(); ``` Screenshot from VSCode: ![image](https://user-images.githubusercontent.com/103496370/170051355-92696975-36af-48d1-9a67-2068902cf447.png) In the first line, `fn` should be highlighted as...

If you open a new file and type `void main` you'll get an "autocomplete" for `void main(string[] args)` but doing so writes `void` a second time.

bug

Instead of the very faint red/green line tints it would probably be better to have very dominant green/red colors that are rendered in a column to the left of the...

As a small enhancement request, The insertion of `///`/`*`/`+` in respective comment blocks on pressing enter would make comments much less tedious. This is comparable to the same feature in...

enhancement