Steps to Reproduce:
- Have a complicated folder structure with several classes of same name in different folders and different namespaces, but in files with the same name
- Automatic Alt+O "Switch between Source/Header" jumps to a wrong header.
Example:
https://github.com/openscenegraph/OpenSceneGraph/
Pressing Alt+O when at ./src/osg/Geode.cpp
jumps to ./src/osgPlugins/ac/Geode.h
instead of ./include/osg/Geode [no .h at the end]
Doesn't work at all when in ./include/osg/Geode
Steps to Reproduce:
Example:
https://github.com/openscenegraph/OpenSceneGraph/
Pressing Alt+O when at ./src/osg/Geode.cpp
jumps to ./src/osgPlugins/ac/Geode.h
instead of ./include/osg/Geode [no .h at the end]
Doesn't work at all when in ./include/osg/Geode