You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
In PHP, if a function name first character is lowercased and the parameter is a strongly typed initialized array:
Then pressing the shortcut "Goto Symbol", the list of symbols shows the parameter name instead of the function name.
(As a side note, somehow it pick "name" in the comment as a symbol as well.)
The text was updated successfully, but these errors were encountered:
I believe i'm having the same issue in this example and hope a few extra examples can help you pinpoint the source of the problem.
The symbol definition for an optional parameter named $locale seems to override the method name.
In dense classes i'm also getting some hits on the code inside methods. This makes it hard to navigate some files. Disregard this if this behavior is intentional (I'm new to Atom and was a sublime user).
edit: I've discovered that the package goto solves the inaccurate symbols.
I also experience an issue with the symbol list not being correct in PHP files. I have a function:
When using Command-R (Mac) and searching on view, all I get back is the name of my class:
Which file handles symbol list definitions? I would be glad to investigate.
In PHP, if a function name first character is lowercased and the parameter is a strongly typed initialized array:
Then pressing the shortcut "Goto Symbol", the list of symbols shows the parameter name instead of the function name.
(As a side note, somehow it pick "name" in the comment as a symbol as well.)
The text was updated successfully, but these errors were encountered: