Thread overview
Code-d incomplete autocomplete
Dec 14, 2022
Mahdis
Dec 15, 2022
Sergey
Dec 15, 2022
WebFreak001
December 14, 2022

The autocompletion code doesn't recognize the code-d in some commands, for example the keywords "auto" and others.
In which path does VScode compile and install Serve-d?
Could it be a problem with Serve-d?
I want to manually install the nightly version of Serve-d.

December 15, 2022

On Wednesday, 14 December 2022 at 19:45:57 UTC, Mahdis wrote:

>

The autocompletion code doesn't recognize the code-d in some commands, for example the keywords "auto" and others.
In which path does VScode compile and install Serve-d?
Could it be a problem with Serve-d?
I want to manually install the nightly version of Serve-d.

You can specify the path to Serve-d in settings of code-d extension.

December 15, 2022

On Wednesday, 14 December 2022 at 19:45:57 UTC, Mahdis wrote:

>

The autocompletion code doesn't recognize the code-d in some commands, for example the keywords "auto" and others.
In which path does VScode compile and install Serve-d?
Could it be a problem with Serve-d?
I want to manually install the nightly version of Serve-d.

to install nightly or pre-release versions of serve-d, go into the VSCode user settings (default shortcut: Ctrl-,), then go to the D section and set "Served Release Channel" to nightly or beta (JSON setting: "d.servedReleaseChannel": "nightly")

When done, reload VSCode to make code-d auto-download the new serve-d version.