vscode 阅读 android以及kernel 源码

在Ubuntu系统中安装vscode

参考文档:

https://blog.csdn.net/m0_57368670/article/details/127184424

1, 下载vscode

https://code.visualstudio.com

2, 安装vscode

$ sudo dpkg -i code_1.78.1-1683194560_amd64.deb

3, 打开vscode

$ code

vscode 阅读 android以及kernel 源码

参考文档:

https://blog.csdn.net/lyndon_li/article/details/127955889
sudo apt install globa l

vscode安装 c/c++ gnu global插件
Ctrl + Shift + P 执行 Rebuild Gtags Database ,等待数分钟在vscode右下角显示Build tag files successfully,表示索引建立成功。同时在工作目录会生成三个文件,GRTAGS,GTAGS,GPATH,

通过 Ctrl + 鼠标左键 进行代码跳转

总结:

打开Visual Studio Code -> File -> Open Folder -> 选择android以及kernel源码目录或某个子目录打开 -> Ctrl + Shift + P 执行 Rebuild Gtags Database

vscode护眼色配置

打开Visual Studio Code -> File -> Preferences -> Settings -> 点击"Open Settings(JSON)"文本图标,添加如下护眼色配置。

bash 复制代码
{
    "editor.fontSize": 16,
    "workbench.iconTheme": null,
    "workbench.preferredLightColorTheme": "Visual Studio 2017 Dark - C++",
    "workbench.preferredHighContrastLightColorTheme": "Visual Studio 2017 Light - C++",
    "workbench.preferredHighContrastColorTheme": "Visual Studio 2017 Dark - C++",
    "workbench.colorTheme": "Atom One Light",
    "window.zoomLevel": 1,

    "workbench.colorCustomizations": {
        "[Atom One Light]": {
            "editor.background": "#C7EDCC",
            "sideBar.background": "#C7EDCC",
            "activityBar.background": "#C7EDCC", 
            },
        },

    "workbench.editor.limit.enabled": true,
    "workbench.editor.limit.value": 15,



}
相关推荐
学习3人组31 分钟前
CentOS安装Hadoop系列
linux·hadoop·centos
Length-vision1 小时前
Linux入门学习:Linux调试器gdb使用
linux·学习
技术不支持1 小时前
WSL2+Ubuntu 22.04搭建Qt开发环境+中文输入法
linux·运维·服务器·qt·ubuntu
木人舟1 小时前
以root用户登陆ubuntu的桌面环境
linux·运维·ubuntu
几度热忱1 小时前
【Ubuntu】Ubuntu双网卡配置 实现内外网互不影响同时可用
linux·运维·ubuntu
打工人0071 小时前
ubuntu 执行定时任务crontab -e 无法输入的问题
linux·运维·ubuntu
IOT.FIVE.NO.11 小时前
ubuntu个人实用配置问题
linux·运维·ubuntu
_infinite_1 小时前
Ubuntu 与Uboot网络共享资源
linux·服务器·ubuntu
masterMono1 小时前
Ubuntu中常用的操作指令
linux·运维·ubuntu
佚明zj1 小时前
ubuntu如何进行自动mount硬盘(简易法)
linux·运维·ubuntu