emacs - how to make find-file search in subdirectories

后端 未结 4 759
小蘑菇
小蘑菇 2021-02-14 22:22

I\'d like to implement something like Resharper\'s "Go To File" feature for Emacs. When one presses mentioned shortcut, Resharper pops a text box that accepts a wildca

4条回答
  •  难免孤独
    2021-02-14 23:21

    Projectile has a function named projectile-jump-to-project-file that does more or less what you want. There is also find-file-in-project - a simpler utility, but dependent on the presence of GNU find.

提交回复
热议问题