Select 到 phpstorm 中的行尾

Select to end of line in phpstorm

我想在 phpstorm 中使用键盘快捷键 select 从当前位置到行尾的文本 (mac OS)。捷径是什么?

我还想 select 使用 phpstorm 中的键盘快捷键从当前位置到下一个单词的文本 (mac OS)。捷径是什么?

我在这里查看了参考指南,但找不到这些快捷方式: https://www.jetbrains.com/phpstorm/documentation/PhpStorm_ReferenceCard.pdf

这些不是特定于 phpStorm,而是在 MacOS X 系统范围内

行尾:cmd+shift+左箭头

option+shift+left-arrow选择到一个词的结尾,再按一次为下一个词。

使用Shift+End 到select 如果光标在行首,则行到末尾。

类似地,如果光标在行尾,则使用Shift+Home select 到行首。