Skip to content
Vadim Lopatin edited this page Jan 15, 2016 · 13 revisions

DlangIDE Wiki

Gitter Build Status PayPayl donate button

DlangIDE is cross-platform D language IDE written in D using DlangUI GUI library.

Currently supported features:

  • Can open DUB (dub.json) projects
  • Shows tree with project source files
  • Can open and edit source files from project or file system in multi-tab editor
  • Build and run project with DUB
  • Build log highlight and navigation to place of error or warning by clicking on log line (contributed by Extrawurst)
  • DUB dependencies update
  • DUB package configuration selection (contributed by NCrashed)
  • Dependency projects are shown in workspace tree
  • New project wizard
  • Toolchain settings for DMD, LDC, GDC
  • Project specific settings
  • Basic debugger support using GDB (work in progress)

Source editor features:

  • D language source code syntax highlight (basic)
  • Indent / unindent text with Tab and Shift+Tab or Ctrl+[ and Ctrl+]
  • Toggle line or block comments by Ctrl+/ and Ctrl+Shift+/
  • D source code autocompletion by Ctrl+Space or Ctrl+Shift+G (using DCD)
  • D source code Go To Definition by Ctrl+G or F12 (using DCD)
  • D source code Smart Indents
  • Select word by mouse double click

Contributing to DlangIDE project

Clone this wiki locally