Visual Assist has a feature for colouring methods and functions in VS's text editor.
Is it possible and how do I apply colour to method and function names in Qt Creator's text editor?
I have found only virtual methods colour in Qt Creator's settings.
You can change the colour of method and function names by changing Text in Tools / Options / Text Editor / Color Scheme. In addition to method and function names Text determines the style of a few other things (for example macro names) as well, but I can live with it.