Are you referring to the error label not wrapping automatically over several lines, or at the number of errors that can be reported at once?
In Godot 3.x, the GDScript compiler will only report one error then abort. This is a limitation that can't be lifted by a plugin (nor by an easy C++ code change).
In Godot 4.0alpha, GDScript is able to report multiple errors at once.