2

这是参考源文件

#include <iostream>
int main() {
    int x = 7;
    std::cout << x << '\n';
}

如果我在行之前打开一行cout并写入,std::我会正确看到 YCM 的语义完成弹出窗口;如果我在with 行之后cout做同样的事情,我会得到一个ResponseAbortedException: Response Aborted错误。

:YcmDebugInfo

Printing YouCompleteMe debug information...
-- Resolve completions: Up front
-- Client logfile: /tmp/ycm_fiumsvcv.log
-- Server Python interpreter: /usr/bin/python3
-- Server Python version: 3.8.6
-- Server has Clang support compiled in: True
-- Clang version: clang version 10.0.0 (https://github.com/ycm-core/llvm 038587147cf2f97d1c3e677042f69560c65b5bea)
-- Extra configuration file found and loaded
-- Extra configuration path: /home/enrico/.ycm_extra_conf.py
-- C-family completer debug information:
--   Clangd not running
--   Clangd executable: ['/home/enrico/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/clangd/output/bin/clangd', '-cross-file-rename', '-header-insertion-decorators=0', '-resource-dir=/home/enrico/.vim/plugged/YouCom
pleteMe/third_party/ycmd/third_party/clang/lib/clang/10.0.0', '-limit-results=500']
--   Clangd logfiles:
--     /tmp/clangd_stderryqofwzop.log
--   Clangd Server State: Dead
--   Clangd Project Directory: /home/enrico
--   Clangd Settings: {}
--   Clangd Compilation Command: ['clang-tool', '-x', 'c++', '-std=c++2a', '-Wall', '-Wextra', '-Werror', '/home/enrico/deleteme.cpp']
-- Server running at: http://127.0.0.1:42807
-- Server process ID: 25037
-- Server logfiles:
--   /tmp/ycmd_42807_stdout_9pmpk9zp.log
--   /tmp/ycmd_42807_stderr_iat9y0gn.log

这是该问题的截屏视频

4

1 回答 1

1

我的建议:

于 2020-10-31T22:41:04.470 回答