DlangIDE
Vadim Lopatin via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Tue Feb 17 05:48:26 PST 2015
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).
More information about the Digitalmars-d-announce
mailing list