Ary Borenszweig wrote:
The Descent plugin for Eclipse provides an IDE for writing, launching and debugging code in D.

Explanations on how to get it from within Eclipse are here:

http://www.dsource.org/projects/descent

New features:
- Compile-time view (Window -> Show View -> Other -> D -> Compile-time View): allows you to see things from the compiler point of view, which applies some transformations to the source code.

It also removes conditionals that evaluate to false, and shows the results of mixins in-place.

You've sold me. Finally, a reason to use an IDE!
Totally awesome.

Reply via email to