DlangIDE

Vadim Lopatin via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Tue Jan 26 00:04:55 PST 2016


On Wednesday, 18 February 2015 at 07:09:10 UTC, Vadim Lopatin 
wrote:
> Hello!
>
> I'm working on DlangIDE - cross-platform IDE for D language, 
> written in D language.
>

Recent changes:

GDB debugger support: can set breakpoint, start debugging, step 
in/out/over, see local variable values, switch threads and stack 
frames. Limitation: values only for simple variables shown (you 
cannot expand struct members or array items so far). Work in 
progress.

DCD integration. Keywan Ghadami contributed DCD as a library 
integration (instead of using dcd-server and dcd-client 
executables with command line).
Code completion and GoToDefinition functions are working.
Call parameters complection and Doc comments display - in 
progress.

A lot of usability improvements were made.



More information about the Digitalmars-d-ide mailing list