GitHub user tmysik added a comment to the discussion: PHP: Shouldn't a call to an undefined function trigger an error in the editor?
Thanks for your question. PHP is a dynamic language, so it is always difficult to detect these situations (PHP is more like JavaScript than Java, in this particular case). The best you can do here is - to create an issue and assign it to @junichi11. We can evaluate, but please, keep in mind that it can easily happen that such a detection could have a big negative impact on the performance of the IDE (just an example situation that can happen). So, once such an issue is created, we can discuss it there. Please be sure that if it can be implemented in some reasonable way, there is a good chance that it will be done (BTW, patches are more than welcome, of coure :grin:). GitHub link: https://github.com/apache/netbeans/discussions/8573#discussioncomment-13487205 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [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
