I know that you can press Ctrl + R to find the Defition / Declaration functions, but how will you return. Say you have a function and want to know where it was used.
You can perform a normal search, for example, name( and then it will appear. But .. if the name is minified, the search A( less useful, and sometimes there is a space A ( will not be matched.
I could also write a regular expression every time, but it is tedious and unproductive.
Just as there is a way to find where a function was defined, there must be a way to highlight and go through each call to that function .. so basically the search function is in the reverse order.
javascript sublimetext sublimetext3
Muhammad Umer
source share