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

VS Code

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

    • 设置 - files.eol:\n。
    • 设置 - editor.inlayHints.enabled:off。
    • 设置 - cph.general.autoShowJudge:false。

字体

教程。

    • 设置 - editor.fontFamily:'Fira Code'。
    • 设置 - editor.fontLigatures:true。

扩展

全局

编程环境

  • 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  阅读(142)  评论(0)    收藏  举报