You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
@jahan01 commented on Wed Jun 05 2019
Environment data
constants.pyuse.pyExpected behaviour
All usages of the symbol to be listed under references when
Right click -> Find All ReferencesonVARIABLE1inconstants.pyActual behaviour
Doesn't list all usages when ms language server is used.
Usage of
print(constants.VARIABLE1)inuse.pyisnt listed.Looks like if symbol is imported directly, the reference is listed. If the symbol referenced via modules it isn't listed.
This issue seems to be recurring - why not have some tests for this ?
When Jedi is enabled it works as expected.