Adds D language support for visual studio code.
Also available for Atom!
- Autocompletion
- Code formatting
- Static linting
- Outlining and searching for symbols
Code-d needs its backend, workspace-d. Go there and follow the installation instructions. Installing it will automatically detect or install the necessary D tools (dcd, dfmt, dscanner).
This assumes workspace-d is already installed.
-
Automatic: Open Visual Studio Code and install code-d extension the normal way:
ext install webfreak.code-d
-
Manual (if the automatic way doesn't work)
cd ~/.vscode/extensions/ git clone https://github.com/Pure-D/code-d.git cd code-d npm install node ./node_modules/vscode/bin/compile
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