www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Code-d incomplete autocomplete

reply Mahdis <ubuntulove74 gmail.com> writes:
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.
Dec 14 2022
next sibling parent Sergey <kornburn yandex.ru> writes:
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.
Dec 15 2022
prev sibling parent WebFreak001 <d.forum webfreak.org> writes:
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.
Dec 15 2022