vscode主题安装

安装主题

快捷键Ctrl+Shift+X打开安装插件

1566541720839

搜索Monokai ST3

1566541829885

切换主题

1566541894293

1566541928589

显示效果

1566542148500

安装文件图标

扩展插件vscode-icon

1566542082374

鼠标滚轮设置字体大小

1566543041682

打开setting.json文件

1566543069235

修改setting.json,追加"editor.mouseWheelZoom": true

1566543082258

1
2
3
4
5
6
7
8
9
10
{
"editor.fontSize": 16,
"workbench.statusBar.visible": false,
"workbench.colorTheme": "Monokai ST3",
"workbench.iconTheme": "vscode-icons",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"editor.mouseWheelZoom": true,
"editor.lineHeight": 24
}

HTML代码浏览器插件

View In Browser

1566552228393

快捷键

快捷键 说明
Shift+Alt+F 代码格式化