admin管理员组文章数量:1406436
I have the following keyboard shortcuts configured in VS Code (v1.97.2):
{
"key": "ctrl+left",
"command": "cursorWordPartLeft",
"when": "textInputFocus"
}
{
"key": "ctrl+right",
"command": "cursorWordPartRight",
"when": "textInputFocus"
}
(plus the related word-part selection commands when adding Shift into the mix - i.e., cursorWordPartRightSelect, cursorWordPartLeftSelect)
When in an editor, or e.g. the Extension search bar, this correctly makes stops within strings that are typedInCamelCase. But in the search/replace bars (both per file and global), no stops are made within such words. Is this intended behavior, a bug, or am I likely to I have some faulty configuration?
I have removed all other shortcuts using ctrl+left
/ctrl+right
, but no dice.
本文标签: visual studio codeWordpart cursor navigation in search boxesStack Overflow
版权声明:本文标题:visual studio code - Word-part cursor navigation in search boxes - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745014598a2637758.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论