On Friday, 6 February 2015 at 14:03:07 UTC, Vadim Lopatin wrote:
Hello,

I'm working on cross-platform D language IDE - DlangIDE.
It's written in D using DlangUI based GUI.

Project on GitHub: https://github.com/buggins/dlangide

It's in alpha stage but already allows:

* Open DUB based projects
* Edit source files
* Build and run projects using DUB
* D source code syntax highlight

Requires DUB for building projects.

Features missing so far:

* Debugging support
* Code completion
* Code folding
* Go to definition
* Smart indentation

Best regards,
   Vadim

Project update:

Hans-Albert Maritz (Freakazo) sent pull request with implementation of DCD integration.

Now DlangIDE supports autocompletion (Ctrl+Space or Ctrl+Shift+G) and GoToDefinition (Ctrl+G or F12).

DlangIDE becomes real IDE :)

For using of autocompletion, you need to install DCD.
DlangIDE starts its own copy of daemon on port 9167.
dcd-client and dcd-server must be in the same directory as dlangide executable or in one of PATH dirs.

Now most wanted feature is debugging support (IMHO).

              • Re: D... extrawurst via Digitalmars-d-announce
              • Re: D... Vadim Lopatin via Digitalmars-d-announce
              • Re: D... Chris via Digitalmars-d-announce
              • Re: D... Vadim Lopatin via Digitalmars-d-announce
          • Re: DlangIDE Dmitry via Digitalmars-d-announce
          • Re: DlangIDE Vadim Lopatin via Digitalmars-d-announce
  • Re: DlangIDE extrawurst via Digitalmars-d-announce
  • Re: DlangIDE Vadim Lopatin via Digitalmars-d-announce

Reply via email to