vscode安装clangd插件阅读linux内核源码

1、VSCode安装插件

在本地安装 clangd和clangd web插件
vscode安装clangd插件阅读linux内核源码_第1张图片

2、远程安装Ubuntu插件clangd

vscode安装clangd插件阅读linux内核源码_第2张图片

3、右击“clangd web”选择扩展设置

vscode安装clangd插件阅读linux内核源码_第3张图片

4、点击添加项

复制输入如下参数,然后确定:
–compile-commands-dir=${workspaceFolder} --background-index --completion-style=detailed --header-insertion=never -log=info

5、Linux安装

安装bear工具

luckfox@luckfox:~/luckfox-pico$ sudo apt-get install bear

使用bear重新编译系统,建立索引连接

luckfox@luckfox:~/luckfox-pico$ bear ./build.sh

重启vscode,连接使用,F12自动跳转

参考链接:https://blog.csdn.net/domybest111/article/details/131541507

你可能感兴趣的:(vscode,linux,ide)