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 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

divaltor commented 2 years ago

Current method of resolving built-in types is not well optimised. Need refactor

divaltor commented 2 years ago

There is no point to implement this, because current method works well