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.
Basically variant of #682. LS does not track variable reassignments and uses the last known value which evaluates to None. Tracking all reassignments along the code flow would incur additional memory increase.
VSCode, LS 0.2.53, Python 3.7 32-bit
Given this code:
Double click on
add_numbers
on the linecalc.add_numbers(1, 5)
and press F2, enteradd_values
Result: nothing happens
Delete the
calc = None
lineRepeat the rename, now it works
rename-noresult.log
The text was updated successfully, but these errors were encountered: