0

I just installed clang complete plugin for vi. It autocompletes well, and is also showing all function with their parameters. But it doesn't show their documentation (c++). I want to see the functions + their documentation in the scratch preview window. How can I enable it ?? Or the required documentation is missing from my pc, do i need to install it ?

Thank You

Jignesh
  • 555
  • 1
  • 8
  • 18
  • C++ doesn't have a standardised documentation. You'll have to use sites like http://en.cppreference.com/ I think the best you could see would be the function signatures. – Rapptz Jun 10 '13 at 05:50
  • ok, i have cpp reference documentation, so where should i put it, such that clang complete can know ?? – Jignesh Jun 10 '13 at 05:52
  • Displaying documentation is not a supported feature of clang_complete. – Luc Danton Jun 10 '13 at 06:51

0 Answers0