禁用图像名称的Xcode 8代码完成 [英] Disable Xcode 8 code completion for image name

查看:90
本文介绍了禁用图像名称的Xcode 8代码完成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法在Xcode 8中禁用图像名称的代码完成提示?

Is there any way to disable code completion hints for image name in Xcode 8?

推荐答案

根据手册,您无法选择代码完成显示的内容,因为代码完成显示了它所具有的所有资产在其周围环境中处理应用程序。如果xcode认为它应该首先向您提供资产目录中的图像,那么很遗憾会这样做。

According to the manual you can't select what the code completion shows and not, since the code completion shows all the assets that it has to the apps disposal in its surrounding context. If xcode thinks it should first provide you with images from the asset catalogue, it will unfortunately do so.

您可以在文本编辑首选项中完成代码完成,也可以在使用Control-Space栏输入时打开和关闭代码完成,您可以关闭代码使用Escape键完成。如果您在文本编辑首选项中关闭了代码完成功能,您仍然可以使用控制空格键将其打开。

You can turn the code completion of in the text editing preferences or you can toggle the code completion on and off when typing with Control-Space bar and you can dismiss the code completion with the Escape key. If you turned the code completion off in the text editing preferences you can still turn them on with Control-Space bar.

这篇关于禁用图像名称的Xcode 8代码完成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆