dumb-jump
dumb-jump copied to clipboard
no definitions found with .ino files
dumb-jump ede6a04 git 2.42.0 Emacs 29.1 macOS 14.2
like #382, i am having trouble using dumb-jump with Arduino .ino files. i use arduino-mode and have (setq dumb-jump-force-searcher 'rg)
as a workaround for #428.
there are two cases that i would like to get working:
- from the .ino file, find symbols defined in the same file
- from the .ino file, find symbols defined in other C++ files (with standard extensions) in the same project
i tried adding (:language "c++" :ext "ino" :agtype nil :rgtype nil)
to my dumb-jump-language-file-exts
. this fixes case 2, but case 1 still gives me no definitions found.