Is there a way to search and have the results be displayed in context like it was in CCS 3.1?
How can I get my search to show results in .h files that are included in my project but are not in my project directory? The search results are showing up in .h files within the project directory, but not in another directory at the same level as the directory that contains the project. The other directory does show up in my workspace in one of the Includes directories and my project successfully compiles.
Is there a way to show all the functions within a file/class?