-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Labels
Description
Describe the bug
When hover on a variable defined before, it shows the definition of the variable. But in some cases, definition isn't correct. For example, paste the following code in the vscode.
for (ll in 1:3){
p = ll
I = array(0:0, dim=c(p,p))
}
Then hover on the variable p. The correct behavior should be popping up a panel showing p=ll, but it shows for (ll in 1:3){. A screenshot is below.
Reactions are currently unavailable
