ervandew/eclim

Add support for search in path

Opened this issue · 3 comments

Rugal commented

Can we have Search in Path functionality in Eclim, so that we can search a word in any file, not only within Java file.

Thank you.

Does this not do what you want?

http://eclim.org/vim/core/locate.html

or are you looking for searching for patterns in the file contents? If so there are a lot of other plugins that provide that functionality. I use one I wrote: https://github.com/ervandew/ag

Rugal commented

Hi @ervandew ,

I am looking for searching the word in file content, regardless which file type it is.
I think eclipse already has that feature so I am thinking can we integrate that feature through Eclim directly.