Pressing ctrl + shift + r with a variable selected does not put a cursor at the end of every occurrence of the variable like it used to. All other keybinds work fine.
Repro:
write something like this
select the variable (any occurrence)
press ctrl + shift + r or whatever your “Rename Document Symbol” keybind is set to
cursor will move to the end of the selected variable like this
Expected:
it should be doing that AND placing cursors at the end of all occurrences like this
Turns out that it was because my place has many scripts with many many lines of code in it (intellisense also doesn’t work so it would make sense for this to also not work). Sorry for this!
I am having the same issue, but am not entirely sure what you meant in your solution. My place has many scripts and lines of code, but intellisense within the script I am trying to use this feature works. Could you explain a bit further?