Open jens1o opened 7 years ago
Could you clarify what you mean with "Jump into a line like this"? Did you do "go to definition" on define
? What do you mean with "go to the very beginning"?
Jump into a line like this: Well, I just used my arrow keys as long as I'm not in a line like I provided(so manually).
Go to the very beginning: Place the cursor before the d
of define
(so the first character)
Errorcode:
Steps to reproduce:
define('TEST_CONSTANT', 1);
Find all References
Actually, I expected to not lookup
define
, but instead get all places where the constant is being used.