In the DOS era I used a text editor (forgot the name) which had a outstanding feature. Whenever i was over a function call, hitting a key combination it took me to the function definition. Also, when I was in the function definition, I was able to see all calls to that function. Something like
This function is called from:
- function1, line 154, source1.c
- function3, line 500, source2.c
I loved this feature and I miss it. Is there any actual editor with a feature like this?
I'm on windows, but if I can get this function, i'm capable of buy a mac :-D (kidding)
Update I'm using php. My example was with .c files because I used that editor with c