Adds D language support for visual studio code.
Also available for Atom!
- Autocompletion
- Code formatting
- Static linting
- Outlining and searching for symbols
Install dcd, dfmt, dscanner and workspace-d
cd ~/.vscode/extensions/
git clone https://github.com/WebFreak001/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