Sublime Forum

Browsing in methods

#1

Hi,

I am using Sublime Text 2 for a week and I have to say that I am impressed.
Until now I have used Eclipse for php development and in order to completely replace it with ST2 I need two more features:

  1. Method navigation
    i am not sure this is exactly how it is done. Basically in Eclipse you hit ctrl+O and a list of all methods/functions appear with a filter box. Really handy and I am really used to it.

  2. Functions/Methods link
    when I have used a method or a function I just hold ctrl and click on it, then the file where this function was declared is automatically opened.

I am posting this thread here in order to see if any of you have an idea how to achieve this with ST2 - maybe I am missing some basic functions, or maybe there are plugins for these stuff or maybe it is not possible at all ?

Best,
gotha

0 Likes

#2
  1. Ctrl/Cmd + R for Goto symbols
  2. Install sublime code intel for alt+click on function name links.
0 Likes

#3

thank you, this is what I needed

0 Likes