I recently started using Ctrl-LeftArrow and Ctrl-RightArrow in the IDE to move around a line of source code (or, for that matter, on any Windows input screen). (And of course, Ctrl-Shift-LeftArrow selects the text. Also very useful.)
I am delighted with how often this saves me, because I do not need to get to the mouse.
It takes a bit of practice (as well as exploring where your CTRLs and arrow keys can hit them without looking down), but if you don't use this method to move Windows documents, I would recommend that you try!
Now, as an additional acceleration, I would like to move on to the next instance of one particular character.
Many years ago, I briefly used the “vi” editor, for which, as I recall, I typed lowercase g, and then one character jumped to that character. And uppercase G performed a “search again” (eg ^ L) on the previous single character. Of course, vi is modified, so this command was available. In the IDE, it must be a control.
I think this will really speed up my move of my source code in the IDE.
I have never done much with the tools available to improve the IDE (here Delphi 10). What tools can I use and how difficult would it be to add this to the IDE?
Does any of the third-party IDE add-ons support this functionality?
TIA
source share