문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top