Skip to next (text) occurrence #9003
TontonSancho
started this conversation in
Editor
Replies: 3 comments 6 replies
-
n.b. If someone already knows where shortcuts and text editor codes related stuffs are in the sources, I can manage to implement it. -- |
Beta Was this translation helpful? Give feedback.
3 replies
-
This exists in VS Code as Ctrl + K then Ctrl + D. It acts differently though, since it moves your selection to the next word. |
Beta Was this translation helpful? Give feedback.
3 replies
-
PR added. Do I have to close this discussion ? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
It could be usefull to add a
ui_text_skip_selection_for_next_occurrence
implementation to Godot Editor.Shortcut proposal this new action :
Ctrl+Alt+D
(as it still free)As a daily user of Sublime-text, I'm enjoying the
Ctrl+D
implementation in Godot Editor.Ctrl+D
editor shortcut stands for :ui_text_add_selection_for_next_occurrence
What's missing (IMHO) is the ability to skip a selection occurrence.
To illustrate :
In the previous example, I usually select the first
foo
, then pressCtrl+D
several times to select all foos.On Sublime Text, when
Ctrl+D
take me on thefoo
offooter_precessor
, I'm pressingCtrl+K+N
to skip this occurrence (this goes on the next one and select it, likeCtrl+D
would have done).--
Have a great (godot editing) day
Beta Was this translation helpful? Give feedback.
All reactions