-
Notifications
You must be signed in to change notification settings - Fork 114
Incorrect list of symbols in PHP #175
Comments
From @tommyvdv on January 25, 2016 14:55 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 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).
|
From @bj7 on May 7, 2016 17:46 I also experience an issue with the symbol list not being correct in PHP files. I have a function: Which file handles symbol list definitions? I would be glad to investigate. |
I'm seeing this issue all the time. I also struggle to find several methods in big classes. I end up just searching for them with |
I'll try to take a look at this in my spare time to determine a cause. |
I've had the same issue, as someone switching from Sublime the behaviour of Cmd-R is not what I expected and pretty much useless. The Goto package is perfect though. :) |
happy new year issus |
@50Wliu any plans on this issue? It's a big deal when I use atom at work |
Nope. Anyone is free to investigate this issue and submit a PR though. |
From @sebastien-gallet on January 17, 2016 2:40
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.)
Copied from original issue: atom/language-php#118
The text was updated successfully, but these errors were encountered: