VSCode

下载:

打开终端控制器

wget http://download.microsoft.com/download/0/D/5/0D57186C-834B-463A-AECB-BC55A8E466AE/VSCode-linux-x64.zip

配置:

sudo apt-get install fonts-wqy-microhei fonts-wqy-zenhei

File -> Preference -> User Settings //在右侧添加一句:

// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "DejaVu Sans Mono,WenQuanYi Micro Hei Mono",
"editor.fontSize": 14

}

上一篇:剑指Offer - 九度1508 - 把字符串转换成整数


下一篇:Swift中使用NSLog的问题