Text search in Eclipse CDT will not show results from include paths

I am trying to find specific text (error number - it is in the comments) in my Eclipse CDT project. Results will not be displayed from header files in include pools, although some header files contain this text.

However, a search in C / C ++ finds all the characters from the header files in the include pools. Unfortunately, I cannot perform a simple text search from the C / C ++ search tab. I understand that it is designed to search for C / C ++ terms.

It seems that the Eclipse CDT does not even index plain text in the header files located in the include paths. It's true? How to get Eclipse to index normal text in include pools?

+4
source share

Source: https://habr.com/ru/post/1482356/


All Articles