When I try to format a piece of code with a syntax error (e.g. too many closing parentheses), then the formatter outputs the whole source code (very long) along with a stack backtrace, but doesn't point to the actual error. It would be convenient if it pointed to the error, with an error message similar to one that Julia would report.
When I try to format a piece of code with a syntax error (e.g. too many closing parentheses), then the formatter outputs the whole source code (very long) along with a stack backtrace, but doesn't point to the actual error. It would be convenient if it pointed to the error, with an error message similar to one that Julia would report.