When you write a method using python you do not get any linting of the python code. This is slows down development in Python. One common mistake is bad or missing indentation which is critical in Python. While we know that there is an error the nature and identification of the error is not available. Further all the code following the bad indentation is marked as an error rather than just the one line as it would in a Python program.
Thank you for submitting the idea. The status has been changed to "Future consideration".
Stay tuned!