允许您使用键盘箭头键双向选择文本的 IDE

发布于 2024-12-27 00:21:51 字数 497 浏览 2 评论 0原文

我正在寻找一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文