WhiteMemory99 / Intellij-Python-Inlay-Params

A PyCharm plugin that implements inlay parameter and type annotation hints for Python.
https://plugins.jetbrains.com/plugin/19538
MIT License
36 stars 5 forks source link

Check integer expression with sign before number #12

Closed divaltor closed 1 year ago

divaltor commented 2 years ago

When we have code like

value = -1

We get type hint int which is invalid, because we see that is explicit expression