Allow Developers To Delete Specific Outputs

I would like to suggest a feature that would improve the output window’s functionality. When dealing with an extensive amount of output text, it can be challenging to sort through and address specific issues, especially when working in a team. My proposal is to add the ability to delete specific outputs from the window, which will aid developers in distinguishing relevant information from irrelevant or resolved ones. For instance, infinite yields, “unable to download sound data” errors, prints/warnings for debugging purposes, printing tables, various errors from separate scripts, and other outputs can quickly clutter the output, making it difficult to focus on and separate what matters. By introducing this feature, developers can streamline their workflow, increase productivity, and improve the overall efficiency of their development process. This feature could be implemented by allowing developers to right-click on the output and select “delete” for the specific output they want to remove.

4 Likes

Luckily, this somewhat already exists with the sorting features. You can also choose to hide types of messages and keep relevant contexts shown. In addition, you can search for the output messages.