代码之家  ›  专栏  ›  技术社区  ›  backslash17

DigitalMars D编程的最佳IDE是什么?[关闭]

d ide
  •  11
  • backslash17  · 技术社区  · 16 年前

    Digital Mars D在很多方面似乎都是一种非常好的编程语言,但我唯一的问题是,以老式的方式在命令行中向编译器编写参数浪费了大量时间。有适合D的IDE吗?

    5 回复  |  直到 16 年前
        1
  •  14
  •   Aleksandr Dubinsky    9 年前

    用于D的最佳IDE可能是您最常用、最熟悉的IDE。

    Eclipse 你应该退房 DDT (D Development Tools) (原名Descent)

    VisualD .

    还有 D for XCode

    另一个有趣的选择是 Mono-D MonoDevelop

    this link

        2
  •  7
  •   A Bothe    16 年前

    请试试我的 D-IDE 看看这个IDE是否是你能找到的最好的;)

        3
  •  4
  •   Michael Burr    16 年前

    我还没有在它们中尝试D,所以你需要自己进行评估,但是:

        4
  •  0
  •   Glorfindel Doug L.    7 年前

    https://stackoverflow.com/questions/50179/an-ide-for-d SkyIDE

    alt text
    (来源: hubpages.com )

    它也是Digital Mars C++、Free Pascal和其他语言的良好IDE。..

        5
  •  -1
  •   bioinfornatics    15 年前

    geany 是D编程的最佳ide:

    支持D编程

    语法高亮显示

    自动补全

    很容易设置D编译器ldc、gdc或dmd,或者使用make文件

    ldc-“../%e”$(查找.-name“*.d”)