Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no definitions found with .ino files #446

Open
ahihi opened this issue Feb 26, 2024 · 0 comments
Open

no definitions found with .ino files #446

ahihi opened this issue Feb 26, 2024 · 0 comments

Comments

@ahihi
Copy link

ahihi commented Feb 26, 2024

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:

  1. from the .ino file, find symbols defined in the same file
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant