Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 972 Bytes

File metadata and controls

46 lines (31 loc) · 972 Bytes

Code-D

Adds D language support for visual studio code.

Also available for Atom!

Features

  • Autocompletion
  • Code formatting
  • Static linting
  • Outlining and searching for symbols

Installation

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

License

MIT - Look in LICENSE.md for more information

Special Thanks

Thanks to @Hackerpilot for his great software used here and the D package registry for their great package manager and library "dub"

Authors

  • Dan "Wild" Printzell
  • Jan "WebFreak" Jurzitza

Issues

Please submit issues to github