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

projectile-find-file-dwim: Ignore #include #1866

Open
yashi opened this issue Oct 31, 2023 · 0 comments
Open

projectile-find-file-dwim: Ignore #include #1866

yashi opened this issue Oct 31, 2023 · 0 comments

Comments

@yashi
Copy link

yashi commented Oct 31, 2023

Expected behavior

projectile-find-file-dwim to ignore #include just like ff-ignore-include does when the cursor is at a header include line in C/C++ file.

Actual behavior

projectile-find-file-dwim does not ignore #include and ask what to open.

Steps to reproduce the problem

  1. Open any C or C++ source file
  2. Move to a #include line. Put your cursor on #. (Do not put the cursor on the path string, it does work in that case)
  3. Call projectile-find-file-dwim

Environment & Version information

  • Debian Sid
  • Emacs 29.1
  • Projectile 2.8.0
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