<!-- **PLEASE** look for preexisting feature requests before opening a new one as a 👍 on a preexisting issue is more important than opening a new issue or leaving a comment. --> Right now, if you [have an annotation on a variable](https://stackoverflow.com/a/8820636/12243248), eg: ```python3 from typing import Annotated MY_VARIABLE: Annotated[str, "Description goes here"] ``` You only see the typing, not the description.  I couldn't find any already existing feature requests in a quick search.