| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
openkk
12年前发布

DLang 开发插件 DDT

DDT (D Development Tools) 是 Eclipse 下的 D 语言开发插件。

  • A JDT-like project model (projects, source folders, flat or hierarchical packages).
  • D Editor:
    • Syntax Highlighting (configurable styling) and syntax error reporting.
    • Folding, bracket matching.
    • Content Outline and Quick-Outline. (Ctrl-O)
    • Find Definition (aka Open Definition, Reference Resolving), with editor hyperlinks. (F3)
      • Can only resolve non-qualified named references, or qualified named references whose segments are all names, but not qualified references with expression root qualifiers, like func in (new Foo()).func().
      • Can not distinguish between function or template overloads.
    • Content Assist (aka Code Completion, Intellisense). Resolves references to symbols, has same capabilities as Reference Resolving (pic1, pic2, pic-defunits).
    • DDoc rich-viewer hovers (pic). (F2 or mouse hover)
    • </ul>
    • Semantic Search
      • Open-Type dialog (pic). (Ctrl-Shift-T)
      • Search for definitions based on a text pattern. (Ctrl-H)
      • Search for all references to a given definition (pic). (Ctrl-Shift-G)
    • Semi-Integrated builder support (automatically generates a response file from DDT project settings, to be used by an external builder).
    • Basic launch support (Can automatically create a launch configuration for the configured executable build artifact).
    • </ul>

      项目主页:http://www.open-open.com/lib/view/home/1333116996733

 本文由用户 openkk 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1333116996733.html
DLang Eclipse插件