这才刚刚开始.Autocomplete一直工作得相当好,然后开始溅射,只显示autocomplete一些标准的Cocoa类/方法等.最好描述为周期性的奇怪遗漏.我正在使用Cocoa&Objective C但它似乎不仅仅是打破了Objective C.
我删除了派生数据,但没有效果.(默认是~/Library/Developer/Xcode/DerivedData但我喜欢保留在我的项目文件夹中以便于删除)
Xcode 是如此巨大(如操作系统)我在这里重新安装和阅读帖子犹豫不决,无论如何都无法正常工作.
它正在测试我对Cocoa方法和参数顺序的记忆......之前的生活autocomplete还可以,但我想把它还给...
题
Does anyone know how to change the Add Documentation single line commenting style in Xcode 11 back to the block commenting style of Xcode 10?
Context
Xcode 10 provided us with the ability to document functions and methods with either Editor -> Structure -> Add Documentation by pressing command + option + / and this would insert a comment above a function or method with the traditional C block comments style to permit easy documentation as in the filled-out …