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.
Thread overview | |||||
---|---|---|---|---|---|
|
December 14 Code-d incomplete autocomplete | ||||
---|---|---|---|---|
| ||||
December 15 Re: Code-d incomplete autocomplete | ||||
---|---|---|---|---|
| ||||
Posted in reply to Mahdis | 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. You can specify the path to Serve-d in settings of code-d extension. |
December 15 Re: Code-d incomplete autocomplete | ||||
---|---|---|---|---|
| ||||
Posted in reply to Mahdis | 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. 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. |