Replies: 1 comment
-
coc.nvim 是一个 LSP client,这些头文件查找、宏定义检测等,都是 language server 处理的,client 只是把错误显示。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
在 kernel 中会在 Makefile 定义
__KERNEL__
这个宏, 但是我在使用 coc.nvim 的时候没法默认添加这个宏因此 coc.nvim 没有办法默认配置
__KERNEL__
这个宏适用于所有代码.有办法默认使用这个头文件嘛, 而不是使用 #inclue <include/generated/autoconf.h> 显示包含.
这两个配置我在网上没有找到对应的解决方案,
希望能得到解惑,
十分感谢.
Beta Was this translation helpful? Give feedback.
All reactions