junichi11 commented on PR #8287:
URL: https://github.com/apache/netbeans/pull/8287#issuecomment-2699238746
You have to squash as one commit.
As I wrote above, we should add an example to the commit message.
~~~
[GH-8286] Fix Go to Declaration for an enum method using an FQ name
Example:
```php
namespace test1;
enum TestA {
case X;
public function get(string $param): string {
return '';
}
}
namespace test2;
\test1\TestA::X->get('xxx'); // don't work go to declaration & mark
occurrences for the get method
```
~~~
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists