###blog:http://blog.csdn.net/wliu6?viewmode=contents
- [English Description](#English Description)
- 中文说明
Through the shortcut key input #pragma mark -
,#pragma mark --
,/**/
(The cursor will automatically to /**/ in the middle )...
clone this repo Build the project and it's done!
or you can download from this link and move the plugin to the path:
~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/
then restart Xcode
Open any project and use ctrl+- to input #pragma mark -
Open any project and use ctrl+shift+- to input #pragma mark --
Open any project and use ctrl+shift+8 to input /**/
Open any project and use ctrl+shift+8 to input /****************************** ******************************/
Open any project and use ctrl+shift+m to input // MARK:
通过快捷键插入#pragma mark -
,#pragma mark --
,/**/
( 光标会自动索引/**/的中间位置 )...
克隆这个仓库到本地并运行它,或者下载plug-ins移动到该路径
~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/
下
重启Xcode
打开工程使用快捷键 ctrl+- 插入 #pragma mark -
打开工程使用快捷键 ctrl+shift+- 插入 #pragma mark --
打开工程使用快捷键 ctrl+shift+8 插入 /**/
打开工程使用快捷键 ctrl+shift+8 插入 /****************************** ******************************/
打开工程使用快捷键 ctrl+shift+m 插入 // MARK: