From ac755fc7d53ff8a0865fb29082e3d7bf6edd1362 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Fri, 5 Mar 2021 16:06:29 -0500 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20VSC=20=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/course/foundation/03_development_tools.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/course/foundation/03_development_tools.md b/docs/course/foundation/03_development_tools.md index d888109..63266be 100644 --- a/docs/course/foundation/03_development_tools.md +++ b/docs/course/foundation/03_development_tools.md @@ -69,3 +69,7 @@ Jetbrains 有很多开发工具,其中最核心的就是 IntellIJ IDEA。 在下面的链接中,我们针对一些常见的问题进行了总结,通常这些可能都是初学者容易遇到的问题。 * [IntelliJ 安装 Python 插件](https://www.ossez.com/t/intellij-python/114) * [IntelliJ 配置 Python 项目提示 no python interpreter](https://www.ossez.com/t/intellij-python-no-python-interpreter/125) + + +## Visual Studio Code +Visual Studio Code 是一个免费的 \ No newline at end of file