Adds D language support for visual studio code.
It works pretty good - Wild 2018
Also available for Atom!
- Autocompletion
- Code formatting
- Static linting
- Outlining and searching for symbols
- and much more
D compiler with environment variables set. Downloads here, details here
code-d will install serve-d, dcd and dub if they are not already installed.
This assumes serve-d is already installed.
-
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 # requires `npm install -g typescript` once tsc -p .
MIT - Look in LICENSE.md for more information
Thanks to @Hackerpilot for his great software used here and the D package registry for their great package manager and library "dub"
- Dan "Wild" Printzell
- Jan "WebFreak" Jurzitza
Please submit issues to github