NetBeans“左移” PHPStorm 上的模拟

发布于 2024-09-26 21:04:36 字数 192 浏览 3 评论 0原文

我决定从 NetBeans 迁移到 PHPStorm IDE,我在 PHPStorm 中没有找到的唯一功能是“左移(右)、下移(上)”,它将一个选项卡上的一行向左、向右或向右移动与下一行或上一行交换。 PHPStorm 有类似的东西吗?

使用 TabShift+Tab 是不合适的。

I am deciding to migrate from NetBeans to PHPStorm IDE, and the only feature I have not found in PHPStorm is "Shift Left (Right), Move Down (Up)", which moves a line on one tab to the left, right, or swaps with next or previous line. Does PHPStorm have any analog of this?

Using Tab or Shift+Tab is not suitable.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

这个俗人 2024-10-03 21:04:36

在 Jetbrains PhpStorm 中,没有内置方法可以在不进行选择的情况下按 Tab/Untab(缩进/取消缩进)行。所以,Tab & Shif+Tab 是您唯一的选择。

至于移动线Up &向下 尝试按 Ctrl+Shift+向上/向下。然而,此操作还与程序结构交互,而不仅仅是像文本中那样移动行。

There's no built-in way to Tab/Untab (Indent/Unindent) line w/o making a selection in Jetbrains PhpStorm. So, Tab & Shif+Tab is your only choice.

As for move line Up & Down Try Ctrl+Shift+Up/Down. However this action also interacts with program structure and not just moves line as in text.

浸婚纱 2024-10-03 21:04:36

选择您的代码,然后按 Shift+TAB 向左移动,或仅按 TAB 向右移动。

适用于 phpstorm 和 wbestorm。

Select your code and then press Shift+TAB to shift to left or just press TAB to shift to right.

Works in phpstorm and wbestorm.

国粹 2024-10-03 21:04:36

[CTRL] [ALT] [I] 将自动缩进光标所在的行或任何选定的行。

[CTRL] [ALT] [I] will auto indent the line where your cursor is or any selected lines.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文