Eclipse: quick search on filename

前端 未结 1 826
耶瑟儿~
耶瑟儿~ 2021-01-29 19:59

Very often while working in Eclipse I realize that I remember class name, but forgot in which package this class is. Using Search is not very convenient. Too many clicks and key

相关标签:
1条回答
  • 2021-01-29 20:48

    Eclipse does provide similar functions:

    Open Resource Shift+Ctrl+R for all resource files (including Java files)

    Open Type Shift+Ctrl+T for all Java classes in classpath.

    They also filter the list as you type.

    Note that they search all files of all opened projects in current workspace.

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