首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > Helpful code completion in Xcode!

Helpful code completion in Xcode!

  • 资源大小:1.20 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

This is an xcode plug-in which makes writing code easier. Read the related blog post When editing an Objective-C file, the completion popup list will be triggered automatically as you type alphanumeric characters. The list appears with a delay that is proportional to the number of characters in the word typed thus far. For instance, if you type only one letter, the delay is substantial (because we expect the completion list will be quite long), but by the time you type the 4th character, it appears instantly and predictably. As an added feature, you can type a ; to add a semicolon to the current line. The plug-in will automatically look forwards to insert the semicolon at the appropriate location. This code was forked from the

文 件 列 表

README.mdown
XcodeAutoAssistant.pbplugin
Contents

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.228886s