首页 > 代码库 > 备忘录:XCode配置

备忘录:XCode配置

1.Behaviors 修改调试面板

打开路径:XCode->Behaviors

技术分享

2.Text Editing

打开路径: XCode->Preferences->Text Editing

1).选择Editing  设置Page Guide at column:100 (iMac,15寸Macbook),80(13寸Macbook)

2)选择Indentation 修改缩进

技术分享

3.Fonts & Colors

打开路径:XCode->Preferences->Fonts & Colors 选择Default 选择所有,调整字体

技术分享

4.插件

1)BBUFullIssueNavigator

    功能:issue 换行

  地址: https://github.com/neonichu/BBUFullIssueNavigator

2) HOStringSense-for-Xcode

 功能:字符串编辑

 地址:https://github.com/holtwick/HOStringSense-for-Xcode

3)KSImageNamed-Xcode

  功能:自动提示图片名称

  地址:https://github.com/ksuther/KSImageNamed-Xcode

4)Lin-Xcode5

 

  功能:本地化字符串编辑

  地址:https://github.com/questbeat/Lin-Xcode5

5)VVDocumenter-Xcode

 

  功能:自动注释

  地址:https://github.com/onevcat/VVDocumenter-Xcode

6)ColorSense-for-Xcode

  功能:代码中视图方式显示颜色

  地址:https://github.com/omz/ColorSense-for-Xcode

7)XAlign

  功能:格式化代码

  地址:https://github.com/qfish/XAlign

 

备忘录:XCode配置