example in python
name = " sublime"
print name
print name,name
In this case
I double click the first “name” variable and than anothers ‘name’ is blocked
and i change clicked ‘name’ to ‘full_name’ , just clicked variable change and anther ‘name’ not change
how to change same variable name ??