QT Creator C Configuration

I like to use Qt Creator for open-source development, however in the IDE it still seems like a β€œclass” is a keyword. This creates some problems with autocompletion / intellisense, because structure elements with the name "class" are not specified.

I thought the answer would be in the main highlighter c.xml file in my home directory, but this file does not even display the β€œclass” as a valid keyword, and I set the priority of this highlighter file to 100 (high).

Does anyone know how to configure Qt Creator to handle C source / header files as C rather than C ++ with respect to the 'class' keyword?

+4
source share

All Articles