0

In eclipse I can do Ctrl + Shift + M to search for a method that exists in ANY file in the project, however this feature seems to be missing from sublime text ... is there any sort of Sublime text plugin that replicates this functionality?

I know that there's Ctrl+P etc, however that only searches for functions in the currently opened file and not from the entire project.

pillarOfLight
  • 8,592
  • 15
  • 60
  • 90
  • In ST2, SublimeCodeIntel may be the best way to go about it (I haven't used it much). But I wanted to say this functionality is built into ST3 if you own a license/decide purchase one and upgrade. – skuroda Apr 05 '13 at 18:23

1 Answers1

0

This question also gives a better answer. But in essence, get sublime code intel from packages, and then when you press CTRL + R, you can just jump to any method of your choice.

Community
  • 1
  • 1
Games Brainiac
  • 80,178
  • 33
  • 141
  • 199