Xcode Quick Help displays “No Quick Help” when viewing a single file

后端 未结 5 1082
孤独总比滥情好
孤独总比滥情好 2021-02-19 22:25

The quick help feature is working just fine when I open an Xcode project, however when opening a file (e.g. abc.swift) that\'s not in an open project, the documentation does not

5条回答
  •  隐瞒了意图╮
    2021-02-19 23:09

    The below code worked for me. Run the following command from Terminal, then relaunch Xcode.

    defaults delete com.apple.dt.Xcode IDEIndexDisable
    

提交回复
热议问题