Skip to content
forked from Pure-D/code-d

D extension for visual studio code using workspace-d

License

Notifications You must be signed in to change notification settings

klosworks/code-d

 
 

Repository files navigation

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

Dependencies:

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).

Code-d installation

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
    

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

About

D extension for visual studio code using workspace-d

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%