vscode theme installation

Install theme

Shortcuts Ctrl+Shift+Xto open the plug-in installation

1566541720839

search forMonokai ST3

1566541829885

Switch themes

1566541894293

1566541928589

display effect

1566542148500

Installation file icon

Extensionsvscode-icon

1566542082374

Mouse wheel to set the font size

1566543041682

Open the setting.jsonfile

1566543069235

Modification setting.json, additional"editor.mouseWheelZoom": true

1566543082258

{
    "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 code for browser plug-ins

View In Browser

1566552228393

Open wrap

 "editor.wordWrap": "on",

Installation vue icon

hot key

hot key Explanation
Shift+Alt+F Code Formatter
Alt+click Select multiple words

Guess you like

Origin www.cnblogs.com/lisingshen/p/11569275.html