You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are looking for a Job with D, check out the companies listed above!
For professional D consulting, programming services or corporate support with D IDE tools, DUB and the ecosystem, contact me through dlang@wfr.software
Individual Sponsors
Thanks to the following big GitHub sponsors financially supporting the code-d/serve-d tools:
D compiler with environment variables set. Downloads here, details here
code-d installation
Automatic:
Open Visual Studio Code and install the code-d extension the normal way:
ext install webfreak.code-d
Or search for code-d and select the "D Programming Language (code-d)" extension from the list.
Manual (if the automatic way doesn't work)
# discouraged if you are trying out code-d, you should preferably install it from the marketplace
cd ~/.vscode/extensions/
git clone https://github.com/Pure-D/code-d.git
cd code-d
npm install
npx tsc -p .
code-d will automatically install serve-d,
dcd and dub
if they are not already installed.