打造一个好用的 Windows 编程环境 2.编程环境

VS Code

有问题首先运行 F1 - 开发人员:重启扩展宿主。

    • 设置 - files.eol\n
    • 设置 - editor.inlayHints.enabledoff
    • 设置 - cph.general.autoShowJudgefalse

字体

教程

    • 设置 - editor.fontFamily'Fira Code'
    • 设置 - editor.fontLigaturestrue

扩展

全局

编程环境

  • C++:
  • Python:
  • Rust:
    • rust-analyzer

详细教程在各“配置 VS Code”小节内。

写作

美化

工具

算法竞赛

AI

WSL

设置 WSL 开发环境

winget install Microsoft.WSL # 安装后重启

wsl --list --online # 查看发行版列表
wsl --install -d Ubuntu-24.04 # 无需修改默认版本,默认使用 WSL2

然后设置 Linux 用户名和密码。

详见 WSL.md

posted @ 2024-03-09 21:16  jrjyy  阅读(96)  评论(0)    收藏  举报