CLion C++ Color Scheme: function calls which are macro parameters aren't colored. Is this fixable?

Answered

If I have a function call inside of a macro, like so:

EXPECT_THAT(thingy, ElementsAre(THINGY));

ElementsAre() won't be colored like a function call, nor will it be colored like a Macro parameter. None of the pre-defined color schemes seem to color it, and I can't figure out how to make a custom scheme do it.

Is this a bug, or is this fixable?



0
2 comments

Hi Dback,

It's a regression which was introduced in CLion 2019.1.  

Please follow https://youtrack.jetbrains.com/issue/CPP-15782.

0

Please sign in to leave a comment.