From 19e05f6e97ce8fa1919c5e52a22e3352fac383a8 Mon Sep 17 00:00:00 2001 From: TRG <143636399+TecReaGroup@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:38:05 +0800 Subject: [PATCH] [PUBLISHER] Merge #25 --- ...de all in one \351\205\215\347\275\256.md" | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 "content/posts/VScode all in one \351\205\215\347\275\256.md" diff --git "a/content/posts/VScode all in one \351\205\215\347\275\256.md" "b/content/posts/VScode all in one \351\205\215\347\275\256.md" new file mode 100644 index 0000000..49291cc --- /dev/null +++ "b/content/posts/VScode all in one \351\205\215\347\275\256.md" @@ -0,0 +1,49 @@ +--- +title: VScode all in one +share: "True" +categories: + - Blog +tags: + - VScode +description: VScode 开发相关配置 +author: TRG +dir: posts +date: 2024-10-21T08:04:31+08:00 +showToc: "true" +ShowReadingTime: "true" +ShowWordCount: "true" +ShowRssButtonInSectionTermList: "true" +UseHugoToc: "true" +--- +## 算法竞赛环境: + +ICPC environment: +https://docs.icpc.global/worldfinals-programming-environment/ + +## VScode 插件推荐 + +- AI 插件: Github Copilot +- Git 相关插件 +- Python 语法, 代码风格 插件: Flake8 + +## C/C++ 配置 + +https://stay-curious.win/2021/08/06/config-mingw64-for-vs-code-on-windows/ + +## Python 配置 + +https://zhuanlan.zhihu.com/p/165379391 + +## Java 配置 + +https://zhuanlan.zhihu.com/p/681106842 + +## Web 开发 配置 + +- https://docs.geeksman.com/front-end/1.front-end-html.html#%E8%AF%AD%E6%B3%95 +- https://zhuanlan.zhihu.com/p/113222681 + +## Markdown 配置 + +https://zhuanlan.zhihu.com/p/678655064 +