gpt4 book ai didi

sublimetext2 - 浏览 Camel 案例

转载 作者:行者123 更新时间:2023-12-03 13:36:35 26 4
gpt4 key购买 nike

我正在使用 Eclipse,我希望我可以通过按 STRG 在以驼峰式书写的单词之间跳转。现在我正在使用 Sublime,我找不到这样做的快捷方式,也找不到实现它的插件。

下面的例子说明了我的问题

aFunctionName

在 Eclipse 中,当我按下 STRG 时,它从 a 跳到 FaFunctionNameN + 右箭头。在 Sublime 中它会跳过整个单词。是否有快捷方式、插件或我可以在配置中设置一个条目?

最佳答案

在 Sublime Text 中,此功能默认绑定(bind)到 alt+right。在 ST 术语中,它被称为“子词”,而不是对驼峰命名法的任何引用。

从默认键绑定(bind):

{ "keys": ["alt+left"], "command": "move", "args": {"by": "subwords", "forward": false} },
{ "keys": ["alt+right"], "command": "move", "args": {"by": "subword_ends", "forward": true} },
{ "keys": ["alt+shift+left"], "command": "move", "args": {"by": "subwords", "forward": false, "extend": true} },
{ "keys": ["alt+shift+right"], "command": "move", "args": {"by": "subword_ends", "forward": true, "extend": true} },

关于sublimetext2 - 浏览 Camel 案例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41829717/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com