code-d
code-d copied to clipboard
Fully featured D language extension for Visual Studio Code using Serve-D
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...
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...
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:  Existing file: ...
Here is a small sample d file which illustrates the issues. ```d fn!T(); cast(void function())x; obj.method(); ``` Screenshot from VSCode:  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.
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...