ajermakovics / eclipse-instasearch

Eclipse plug-in for fast code search
http://marketplace.eclipse.org/content/instasearch
Eclipse Public License 2.0
170 stars 48 forks source link

Possible to find files (by filename) inside .jar file? #76

Open timguy opened 8 years ago

timguy commented 8 years ago

Is it or should it be possible to find e.g. a js file insight a jar file?

ajermakovics commented 8 years ago

It is possible but you need to re-build the index after enabling 'JAR source attachments'

timguy commented 8 years ago

Thanks, it finds the class file but the .js file is still not found: searchinjar

paulvi commented 8 years ago

a name with a hint would help a bit, see #77

yanghugh1983 commented 5 years ago

I also encountered the same issue. I want to search a xml file which is contained in a jar file by filename. I enabled 'JAR source attachments (beta)' and rebuild the index, however, the xml file still does not show up in the search results.