DDT-IDE / DDT

DDT is an Eclipse-based IDE for the D programming language:

Home Page:http://ddt-ide.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement symantic highlighting

testing-in-chrome opened this issue · comments

From the Source Highlighting settings tab, one should be able to select colors for things such as:

  • Function declaration/definition.
  • Function usage.
  • Class/struct names and usage.
  • module names.
  • Enum declaration.
  • Enum entries.
  • static and member fields.
  • ... etc.

Take a look at what CDT offers.