Open anthonyvdotbe opened 4 months ago
Say I have foo(String bar, String baz), where the cursor is between z and ). Then pressing F2 will propose to rename ). There's 2 related issues here:
foo(String bar, String baz)
z
)
baz
r
,
Say I have
foo(String bar, String baz)
, where the cursor is betweenz
and)
. Then pressing F2 will propose to rename)
. There's 2 related issues here:baz
, not)
. Same if the cursor is betweenr
and,