Emacs recursive project search

前端 未结 8 1387
野趣味
野趣味 2020-12-23 15:05

I am switching to Emacs from TextMate. One feature of TextMate that I would really like to have in Emacs is the \"Find in Project\" search box that uses fuzzy matching. Em

8条回答
  •  自闭症患者
    2020-12-23 15:25

    See these links for info about how Icicles can help here:

    • find files anywhere, matching any parts of their name (including directory parts)
    • projects: create, organize, manage, search them

    Icicles completion matching can be substring, regexp, fuzzy (various kinds), or combinations of these. You can also combine simple patterns, intersecting the matches or complementing (subtracting) a subset of them

提交回复
热议问题