If I come across something like #include "somewhere/myheader.h" can I automatically jump to that header somehow? (Similar to how gtags works?)
If I come across something like #include somewhere/myheader.h can I automatically jump to that
Share
call (ffap-bindings) in your ~/.emacs. That will bind C-x C-f to find-file-at-point.
Then place the cursor on the include line (inside the file-path) and press C-x C-f