JetBrains / ruby-type-inference

Dynamic definitions and types provider for ruby static analysis
Apache License 2.0
137 stars 7 forks source link

Find Usages does not work for dynamically created symbols #17

Closed valich closed 6 years ago

valich commented 6 years ago

After the state and types are collected, the previously unknown symbols start working, however a very important detail is missing: the ability to find all usages of a given method. This probably means that different usages of the method reference to different PsiElements.