允许您使用键盘箭头键双向选择文本的 IDE
我正在寻找一个 IDE/代码编辑器插件,它允许您从光标在两个方向上向外选择文本。
例如:我的 IDE 中有以下文本:
Mississippi
我将光标放在 Mississippi 一词的中间:
Missis|sippi
现在我想按住热键组合(例如 Alt+Shift)基本上将光标锁定在适当的位置...然后我想按向左箭头键 6 次以选择光标左侧的“Missis”...然后按向右箭头键 5 次以选择“ sippi”在右边我的光标。
通常,通过使用 Shift+箭头键...您可以沿选择所有内容的方向移动光标。这种方式本质上需要两个额外的光标,以便在以上述方式选择整个单词后,它看起来像这样:
|Missis|sippi|
三个光标:锁定的光标、向左移动的光标和向右移动的光标...
如果有人知道这是否可以/已经在任何 IDE 中实现,请告诉我:)
提前致谢
I'm looking for an IDE/code editor plugin that allows you to select text outwards from the cursor in both directions.
Eg: I have the following text in my IDE:
Mississippi
I place my cursor in the middle of the word Mississippi:
Missis|sippi
Now I want to hold a hot-key combination (e.g. Alt+Shift) to essentially lock my cursor in place...and then I want to press the left arrow key 6 times to select "Missis" to the left of my cursor......and press the right arrow key 5 times to select "sippi" to the right of my cursor.
Normally by using Shift+Arrow key...you move the cursor in a direction selecting everything as you go along. This way would essentially require two additional cursors so that after selecting the whole word in the fashion described above it'd look something like this:
|Missis|sippi|
Three cursors: The locked one, the one that moved left and the one that moved right...
If anyone knows whether this can/has been achieved in any IDE please let me know :)
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论