You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
i tried adding
(:language "c++" :ext "ino" :agtype nil :rgtype nil)
to mydumb-jump-language-file-exts
. this fixes case 2, but case 1 still gives me no definitions found.The text was updated successfully, but these errors were encountered: