bausshf / code-d

D extension for visual studio code using workspace-d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 will install workspace-d, dcd, dfmt, dscanner if they are not already installed.

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
    tsc -p .
    

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

License:MIT License


Languages

Language:TypeScript 71.2%Language:HTML 22.1%Language:D 6.5%Language:GLSL 0.1%Language:CSS 0.0%