Adds D language support for visual studio code.
Also available for Atom!
- Autocompletion
- Code formatting
- Static linting
- Outlining and searching for symbols
code-d will install workspace-d, dcd, dfmt, dscanner if they are not already installed.
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 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