Searching a string in eclipse workspace

后端 未结 10 1897
闹比i
闹比i 2021-01-30 19:20

How to search for a string in the complete eclipse workspace? I was not able to locate a text in the eclipse workspace however I could not find the specified string in the work

相关标签:
10条回答
  • 2021-01-30 20:10

    For Mac:

    Quick Text Search: Shift + Cmd + L

    All other search (like File Search, Git Search, Java Search etc): Ctrl + H

    0 讨论(0)
  • 2021-01-30 20:11

    eclipse instasearch plugin is a very useful plugin for search needs inside eclipse. It is based on lucene. This is also available in eclipse marketplace.

    It has extensive feature set.

    • Instantly shows search results
    • Shows a preview using relevant lines
    • Periodically updates the index
    • Matches partial words (e.g. case in CamelCase)
    • Opens and highlights matches in files
    • Searches JAR source attachments
    • Supports filtering by extension/project/working set
    0 讨论(0)
  • 2021-01-30 20:11

    In your Eclipse editor screen, try Control + Shift + R buttons.

    0 讨论(0)
  • 2021-01-30 20:12

    A lot of answers only explain how to do the search.

    To view the results look for a search tab (normally docked at the bottom of the screen):

    0 讨论(0)
提交回复
热议问题