Code-d incomplete autocomplete
WebFreak001
d.forum at webfreak.org
Thu Dec 15 12:58:11 UTC 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.
More information about the Digitalmars-d-ide
mailing list