怎么vim插件youcompleteme添加c ++矢量push_back完成?

时间:2017-12-29 16:06:57

标签: vim-plugin youcompleteme

这是我的.ycm_extra_conf.py和.vimrc配置文件。

when i input vector variable, i can't now see the push_back

are there any wrong configration in .vimrc?

Printing YouCompleteMe debug information...
-- Client logfile: /tmp/ycm_I6SEP7.log
-- Server Python interpreter: /usr/bin/python
-- Server Python version: 2.7.12
-- Server has Clang support compiled in: True
-- Clang version: clang version 5.0.0 (tags/RELEASE_500/final)
-- Extra configuration file found and loaded
-- Extra configuration path: /home/casey/.vim/bundle/YouCompleteMe/third_party/y
cmd/cpp/ycm/.ycm_extra_conf.py
-- C-family completer debug information:
--   Compilation database path: None
--   Flags: ['-Wall', '-Wextra', '-Werror', '-Wno-long-long', '-Wno-variadic-mac
ros', '-fexceptions', '-DNDEBUG', '-DUSE_CLANG_COMPLETER', '-x', 'c++', '-std=c+
+11', '-isystem', '/home/casey/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp/Bo
ostParts', '-isystem', '/usr/include/python2.7', '-isystem', '/home/casey/.vim/b
undle/YouCompleteMe/third_party/ycmd/cpp/llvm/include', '-isystem', '/home/casey
/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp/llvm/tools/clang/include', '-I',
 '/home/casey/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp/ycm', '-I', '/usr/i
nclude', '-I', '/usr/include/c++/5.4.0', '-I', '/usr/local/include', '-I', '/hom
e/casey/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp/ycm/ClangCompleter', '-is
ystem', '/home/casey/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp/ycm/tests/gm
ock/gtest', '-isystem', '/home/casey/.vim/bundle/YouCompleteMe/third_party/ycmd/
cpp/ycm/tests/gmock/gtest/include', '-isystem', '/home/casey/.vim/bundle/YouComp
leteMe/third_party/ycmd/cpp/ycm/tests/gmock', '-isystem', '/home/casey/.vim/bund
le/YouCompleteMe/third_party/ycmd/cpp/ycm/tests/gmock/include', '-isystem', '/ho
me/casey/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp/ycm/benchmarks/benchmark
/include', '-std=c++11', '-resource-dir=/home/casey/.vim/bundle/YouCompleteMe/th
ird_party/ycmd/ycmd/../clang_includes', '-fspell-checking']
-- Server running at: http://127.0.0.1:60335
-- Server process ID: 22184
-- Server logfiles:
--   /tmp/ycmd_60335_stdout_7PnwKY.log
--   /tmp/ycmd_60335_stderr_qvyDYc.log

0 个答案:

没有答案