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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists