Following discussion on Slack, it would be nice if Parser could attempt to provide some common solutions/suggestions when encountering a semantical error. For example, when encountering unknown function, it could suggest that custom functions can be added to Doctrine configuration, maybe even linking to specific documentation).
This is a nice improvement that could be released in the 2.x series IMHO, easy to implement and would help people to have less friction in their software.
Following discussion on Slack, it would be nice if
Parser
could attempt to provide some common solutions/suggestions when encountering a semantical error. For example, when encountering unknown function, it could suggest that custom functions can be added to Doctrine configuration, maybe even linking to specific documentation).