CLion 2023.3 Help

Resolve context

Syntax highlighting, as well as other code insight features like find usages, refactorings, code generation, and code analysis may depend on the set of preprocessor definitions which determine the rules of parsing and resolving your code. These rules are also known as resolve context.

Switch resolve context for the currently opened file (CMake projects)

In the case of CMake projects, the resolve context is defined by the corresponding CMake profile.

  • Select the desired configuration or profile in the switcher. Resolve context will switch automatically.

    CMake profiles switcher
  • Use the context switcher in the right-bottom corner of the status bar:

    Resolve context switcher

    Click Select automatically to restore the automatic selection after manual changes.

Last modified: 15 March 2024