Feature request: multiple cursors case retaining editing #18818
Labels
editor-multicursor
Editor multiple cursor issues
feature-request
Request for new features or functionality
Milestone
Many times when I'm adjusting code, I'm copying it from some other code and then changing names that appear at different locations in camelCase. E.g. changing
userType
andgetUserMode
toplayerType
andgetPlayerMode
.Using multiple cursors, you can case-insensitively match
user
, but when you then typeplayer
, the second word becomesgetplayerMode
and you need to go hunt for all the places were you need to fix it.It would be great if multicursor could have a case retaining mode so that uppercase letters would be replaced with an uppercase letter. So, you'd select
user
, and the upper/lower shape of the selected words is retained while you are typing.The text was updated successfully, but these errors were encountered: