怎么使用coc.nvim对基于ros的c++项目进行代码补全
vim吧
全部回复
仅看楼主
level 1
u_cxufxogig 楼主
怎么使用coc.nvim对基于ros的c++项目进行代码补全
2022年03月28日 12点03分 1
level 1
.ycm_extra_conf.py 中,在
# c / c-- include path 这个注释下面
参考原本的规范,加入
'-isystem',
'/opt/ros/kinetic/include',
即可
2022年04月29日 06点04分 2
1