zeleznypa opened a new issue, #4613: URL: https://github.com/apache/netbeans/issues/4613
### Description When I use `@return static` in PhpDoc or `public function foo(): static`, the NetBeans works well also with code suggestion. But unfortunately some of third-party code like one of the most frequent framework Laravel use `@return $this` which mean the same like `static`, but NetBeans don't understand it. There is also the return type `self` which mean nearly the same, but the NetBeans also don't understand it. ### Use case/motivation I want to have working code suggestion also when I use the third party code :) ### Related issues _No response_ ### Are you willing to submit a pull request? No ### Code of Conduct Yes -- 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
