Eclipse find references for method

前端 未结 4 1087
借酒劲吻你
借酒劲吻你 2021-01-04 03:54

I wanted to find all the callers of the the method \"get\" for the following class:

package com.zzz.zzz.zzz.services;

public final class EMF {
  private sta         


        
4条回答
  •  既然无缘
    2021-01-04 04:28

    With get highlighted, hit Ctrl+Shift+G. It'll come up with a list of results in the search tab/window. It'll find all references within your workspace. It does it via proper references, and not a plain text search.

提交回复
热议问题