We must have known a path to get symbols from the file?
We are talking about the situation where you have ``` #include "header.h" ``` in your source file and 2 identically named headers at paths ``` /A/B/C1/header.h /A/B/C2/header.h ``` Symbols from which of these headers should be placed to the top of the autocompletion list when editing your source file?