Replies: 2 comments
-
See also: #899 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We can replace in whole script via
Ctrl+R
shortcut, we can replace in all files viaCtrl+Shift+F
and "Replace" button. But we can't replace in script's block(in function or statement). Why don't add this opportunity?It'll allow us replace some variable names in big scripts files and don't feel fear that changing variable in this small function don't cause some changes in other part of script we don't expect.
Also, if we create some function by copying another function and we need to change some variable names we can't just choose this copied function and replace in block some names instead of manually change variable names.
Also, this feature exists in other editors/IDE(e.g. Visual Studio).
It's can be realized by some new shortcut, like
Ctrl+R+B
and when we pressed this combination, depending in what function our cursor had placed, we can replace something in the block.Also we can just highlight some block by mouse and then press
Ctrl+R
.Beta Was this translation helpful? Give feedback.
All reactions