Plugin to hide type annotations in Python
Sometimes I care very much about types; other times, I'm focused on other things. Just as you can collapse comment blocks or method bodies, I'd like a plugin that could hide the display of type hints in my Python code.
How hard would this be to write? Could it be done by a good programmer as their first (non-tutorial) PyCharm / IntelliJ plugin?
Please sign in to leave a comment.
+1. Also sounds like a good IDE feature idea.
Created an issue here:
https://youtrack.jetbrains.com/issue/PY-40996