junichi11 opened a new pull request #3872: URL: https://github.com/apache/netbeans/pull/3872
- https://issues.apache.org/jira/browse/NETBEANS-5599 - RFC: https://wiki.php.net/rfc/pure-intersection-types Part 3: - Fix the code completion feature Part 4: - Fix `ImplementAbstractMethodsHintError`, `InitializeFieldSuggestion`, and `UnusableTypesHintError`   Part 5: - Fix code generation features (generate getter, setter, constructor, override/implement methods) - Fix the `PhpCommentGenerator` Part 6: - Fix the `DocRenderer` to show intersection types - `mixed` type means special one of the union types since PHP 8.0, so show the type names as it is if the type name is a union type or an intersection type - Add the `truncate` method to the `StringUtils` to avoid showing long type names as it is  -- 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
