Eclipse Neon.3 change colors in type hierarchy/call hierarchy

165 Views Asked by At

Is it possible to change the font colors in the type/call hierarchy? Working with C++ Code including several namespaces like

a::b::c::d::e::atlastmymethodname() : type

it is hard to determine quickly the name of the method if namespaces and method name are in the same color. Printing the namespaces and method name in different colours would be convenient.

1

There are 1 best solutions below

0
HighCommander4 On

There isn't currently a way to do this. It does sound like a useful enhancement, and I would encourage you to file an issue for it.

It's also a fairly easy enhancement to implement, so if you're interested in contributing to Eclipse CDT, this would make a good first bug, and I would be happy to mentor you through it.