html中文美食网站,照片合成制作app,wordpress类似网站模板,如何做国外的电商网站一、如何在vscode中设置放大缩小代码
1.1.文件—首选项——设置 1.2.在搜索框里输入“Font Ligatures”#xff0c;然后点击在settings.json中编辑 1.3.在setting中#xff08;editor.fontLigatures:前#xff09;添加如下代码
editor.mous…一、如何在vscode中设置放大缩小代码
1.1.文件—首选项——设置 1.2.在搜索框里输入“Font Ligatures”然后点击在settings.json中编辑 1.3.在setting中editor.fontLigatures:前添加如下代码
editor.mouseWheelZoom: true记得在上一行加上“,”
二、修改VScode左边栏字体大小
2.1 打开左边栏底部设置按钮选择命令面板 2.2 搜索settings关键字选择Open Workspace Settings(JSON)末尾添加如下两项不要忘记添加‘,’ editor.fontSize: 18,window.zoomLevel: 2.0