is there any quick way in vs code to search for method1 referenced inside method2?
I am trying to see if using remote-redux-devtools is useful for my project, and we are using next js which does server side calls via getInitialProps
so I am trying to find all references to dispatch
inside getInitialProps
rather than search for either term (dispatch
or getInitialProps
) via command + shift + F
individually, i need a more specific search.
in this case I need to search for references to dispatch
inside getInitialProps