This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Finding references or declarations in all projects in CCS 5.2 workspace

When you right click on a function or variable in a project, you can search for references or declarations for that function or variable in the active project, but not in other projects in the workspace.  So if you are working on a main app and also have a referenced library in the workspace, your reference search will find references in the main app project, but not the library project.

(I am working with CCS 5.2, tms470 4.9.5 on a LM4F232 EKS.)

1) Is there a way to get CCS to search all loaded projects in a workspace for a reference using the "right-click -> Declarations|References..." menues?

On a second, but related question:  It seems searchs only search the files that are members of the project (I use links exclusively).  So if a header file that is not in the project, but is referenced in the code, contains the declaration of a function or variable, that function or variable is not found.

2) Is there a way to get CSS to search non-member header files for declarations?

The next question may be solved by the above, but when you Ctrl-space to get a list of auto-completion suggestions, the only symbols shown are those that survive the above criteria.

3) Is there a way for the auto-completion window to display references/declarations sought in questions 1) and 2)?