I have a cmake project. I want to do the following easily
- search the declaration, definition and references of any variable, function, etc. under the cursor, which may be declared in an external header file whose path is added using INCLUDE_DIRECTORIES in CMakeLists.txt
- rename a variable, function, etc. that is declared in the project
How can I set this up?