在mac 系统中,用过eclipse的同学都知道 command + D 可以删除光标所在的一行代码,option + command + ↑ /↓ 可以复制光标在的一行代码。可是在xcode 中却没有这样让人爽得快捷键,在stackoverflow 中找到一个xcode不错的插件xcodeKit,非常不错!解决了这个问题。非常感谢大神啊!
XcodeKit介绍
XcodeKit
Duplicate / Remove current line or selection in Xcode 5
在xcode 5中 复制 和 删除 当前行
To install pre-compiled plugin:
安装预编译的插件:
- Download XcodeKit.xcplugin.zip
- 下载XcodeKit.xcplugin.zip
- Unzip and put it into your ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/
- 把它放在目录~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/ 下 并解压
上面这两步完全可以通过 “Download ZIP ->Xcode打开XcodeKit项目并编译( command + b) ” 来完成
- Restart Xcode and you should see to new menu items in Edit menu:
- 重启 Xcode 后,在 Edit 菜单中出现 新的子选项
Delete Selection / LineandDuplicate Selection / Line
Delete Selection / Line 和Duplicate Selection / Line
You can add shortcuts to these commands from System Preferences -> Keyboard -> Shortcuts -> App Shortcuts...
然后 你可以通过 系统偏好设置->键盘->快捷键->应用程序快捷键 添加你的快捷键
如下图
回到 xcode 中 试试 这两个快捷键 ,是不是和Eclipse 一样的。。
加上 command + . 补全提示
command + / 注解
和Eclipse 一样的好用啊