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

Feature Request: Add option to search non java resources inside Jars #86

Open sharadtank opened 7 years ago

sharadtank commented 7 years ago

A feature to search non java resources inside jars will be helpful. This feature is not present in any other eclipse plugin.

ajermakovics commented 7 years ago

I guess ideally we want to index all file extensions that are specified in preferences.

sharadtank commented 7 years ago

Thank you for replying. Yes. I think, that is how it should be.

borko84 commented 7 years ago

it would be great to support C++ files.

zaerald commented 5 years ago

You can choose which file extensions you want to index with the InstaSearch, from the preference page > Search > InstaSearch.

instasearch

This was already included on: 4ba00bca9c51eeba003b2e5cfb5351e55c4db26a

https://github.com/ajermakovics/eclipse-instasearch/blob/950721c8e03814e673da846e50ad9fac33f8e5aa/instasearch/src/it/unibz/instasearch/prefs/InstaSearchPreferencePage.java#L312-L344