Closed
Description
From #618 (comment)
I have similar issue. I have the following folder structure (simplified)
componentA/tests/inc/TestDataBuilder.h
componentA/tests/src/TestDataBuilder.cpp
componentB/tests/inc/TestDataBuilder.h
componentB/tests/src/TestDataBuilder.cpp
When componentB/tests/inc/TestDataBuilder.h
is opened and I press Alt+O, the editor jumps to componentA/tests/src/TestDataBuilder.cpp
instead of the source file in componentB
. When I press Alt+O a second time, it jumps to componentA/tests/inc/TestDataBuilder.h
. It seems that the algorithm simply picks the first header it finds in alphabetical order without considering locality.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done