DlangIDE

extrawurst via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Feb 17 09:53:55 PST 2015


On Tuesday, 17 February 2015 at 13:48:27 UTC, Vadim Lopatin wrote:
> 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).

I think soo too. Whats the way to go there for targeting all 
these platforms ?


More information about the Digitalmars-d-announce mailing list