在前端开发工具vscode中有一个很好用的快捷键 cmd + 回车,xcode中居然没有…是的真的没有。找了好久,方法如下。
1、前往文件夹 Command+Shift+G
/Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/Resources/IDETextKeyBindingSet.plist
2、将文件IDETextKeyBindingSet.plist拷贝到桌面
3、向复制出的plist文件中的Insertions and Indentations添加一个key
Root->Insertions and Indentations 里新增下面1条
- 左边key 右边value
Insert Line Below moveToEndOfLine:, insertNewline:
4、将修改后的IDETextKeyBindingSet.plist文件拖回原目录进行替换
5、重启Xcode, 进入Xcode->Preferences->Key Bindings 对新添加的Insert Line Below设置快捷键
6、设置cmd + 回车快捷键冲突:清空所有的冲突快捷键,这个操作有风险不建议这么操作,直接修改一个与系统不冲突的快捷键,如果遇到问题,恢复默认设置终端输入:
defaults delete com.apple.dt.Xcode
7、设置自己的快捷键
参考一
参考二
参考三
© 版权声明
文章版权归作者所有,未经允许请勿转载。
相关文章
暂无评论...