vscode中實現滾輪縮放代碼


點擊文件再點擊首選項再點擊設置,隨后搜索setting,不用回車,然后下面會有一個設置同步,點擊設置同步,選擇第一個在settings.json,點擊進去,添加

"editor.mouseWheelZoom": true,
不要寫在
"settingsSync.ignoredExtensions"這個里面去
 
 
    "background.useFront": true,
    "background.useDefault": false,
    "backgroundCover.randomImageFolder": "c:\\Users\\羅斌\\Desktop\\新建文件夾\\images",
    "backgroundCover.imagePath": "c:\\Users\\羅斌\\Desktop\\新建文件夾\\images\\luobo.jpg",
    "backgroundCover.opacity": 0.9,
    "editor.minimap.enabled": true,
    "window.zoomLevel": 1,
    "editor.mouseWheelZoom": true,
 
 
這是我的可以參考一下
 
轉載請標明出處


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM