A PyCharm plugin that implements inlay parameter and type annotation hints for Python.
36
stars
6
forks
source link
Refactor typings.pyi module resolving - get type annotation name by getQualifiedName and search in blacklist set in PyTypingTypeProvider #11
Closed
divaltor closed 2 years ago
Current method of resolving built-in types is not well optimised. Need refactor