clangd / coc-clangd

clangd extension for coc.nvim
Apache License 2.0
757 stars 34 forks source link

这个插件如何在补全头文件比如#include<iostream>时,光标在>的右边,否则每次都多跳过这个符号一次 #656

Closed wangwenqiangGitHub closed 6 months ago

wangwenqiangGitHub commented 6 months ago

Note: we mostly implement features in the clangd language server, and rely on coc.nvim's LSP client framework to expose these in vim. Features requiring a lot of coc-specific work are unlikely to be implemented.

fannheyward commented 6 months ago

clangd 返回的 snippet 是 include <$0>,光标会在尖括号中间,只能手动跳过。