When I mouse-over a header file like #include <kdebug.h> a popup info box shows the location of the include file with a link to follow. However the popup menu only appears with a delay. Right clicking on the file name kdebug.h there is no option to open the header in the context menu. The only way to open the file is to wait for the info box to appear. It would be easier if there were an action listed in the right click context menu as well. Reproducible: Always
You're aware that a Ctrl + mouse-click on the "#include" line brings you to the file right away?
Wasn't aware, that is good enough!