How to install documentation for c++ in xcode?

不羁岁月 提交于 2019-12-23 09:26:34

问题


When using Swift or Objective-C in Xcode, Xcode provides a Quick Help tool in the Utilities section and by option-clicking something in your code. That way you can see some documentation about the thing you're clicking on.

Is there a way to make this also work for C++? (Or another IDE that does something similar, I'm not really bounded to Xcode.)

[Option-click]

[Quick-help]

Thanks!

来源:https://stackoverflow.com/questions/49976985/how-to-install-documentation-for-c-in-xcode

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!