Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: Notepad++ 中驼峰大小写单词之间移动的键盘快捷键
是否可以在 Notepad++ 中使用大小写更改作为单词边界?例如,如果光标位于“myVariableFoo”的开头,则将<CTRL-Right>光标移动到“Variable”前面,然后移动到“Foo”前面。
<CTRL-Right>
您可以通过以下方式设置您喜欢的任何组合键:
Settings > Shortcut Mapper > Scintilla commands > SCI_WORDPARTLEFT/SCI_WORDPARTRIGHT.
默认值为ctrl + \和ctrl + /
ctrl + \
ctrl + /