dubreuia / python-inlay-hints-plugin

Show inferred Python types as Inlay Hints using folds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update typing when overwriting the variable

mathieutu opened this issue · comments

Hi,

Thanks for this plugin!

In the following example, I'm replacing the variable to be sure that it will be a List[str].

Don't know if this is the IDE or your plugin that didn't understood about that, but the inlay is not updated.

Screenshot 2022-01-13 at 15 27 40

Do you think we can do anything about that?
Thanks

Never mind, I'm tired.