[VisualD] Type highlighting.

Cauterite via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Sun Aug 21 00:39:10 PDT 2016


On Sunday, 21 August 2016 at 04:00:09 UTC, BearishMushroom wrote:
> 

When you say 'type-highlighting', do you mean the highlighting of 
user-defined types?

It would certainly be difficult because anywhere you have
alias foo = x;
foo could be a type, a function, an expression, a template…

But nevertheless I suspect it's not impossible to do this with 
great accuracy.


More information about the Digitalmars-d-ide mailing list