A ctags file "tags" is read if present in startup or config directory, and allows you to jump to tags in source file using vi keys.

ctags -f ~/.config/syncped -R /home/USER/wxExtension

creates a ctags file and puts it as tags in your config directory, using absolute paths.

When the cursor is on a word, pressing Q jumps to the occurrence of that word, and pressing S jumps back.