在 clang_complete.txt(帮助文件)中,它在 clang_complete-compl_kinds 中显示了这些:
2.Completion kinds *clang_complete-compl_kinds*
Because libclang provides a lot of information about completion, there are
some additional kinds of completion along with standard ones (see >
:help complete-items for details):
'+' - constructor
'~' - destructor
'e' - enumerator constant
'a' - parameter ('a' from "argument") of a function, method or template
'u' - unknown or buildin type (int, float, ...)
'n' - namespace or its alias
'p' - template ('p' from "pattern")
问题是:
1. 我无法访问完整的项目(没有这个文件)
2. 有人可以告诉我如何使用参数 '+' 'a' 等等。
3. 或者你能告诉我在输入 ( 时如何显示函数参数吗?
谢谢!
(原谅我糟糕的英语)