Skip to content

Commit 00ab28f

Browse files
authored
Merge pull request #82 from SummerGGift/plug
【完善】mpy 插件说明文档
2 parents 1713e41 + 0230329 commit 00ab28f

File tree

9 files changed

+14
-2
lines changed

9 files changed

+14
-2
lines changed

docs/MicroPythonPlug-in/README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
# VSCode 最好用的 MicroPython 插件
22

3+
VSCode 最好用的 MicroPython 插件,为 MicroPython 开发提供了强大的开发环境,主要特性如下:
4+
5+
- 支持通过网络、USB 或串口的方式连接开发板
6+
- 支持 MicroPython REPL 交互环境
7+
- 提供丰富的示例代码
8+
- 支持自动同步工程代码
9+
- 支持在设备上运行示例代码
10+
- 支持运行选中的代码片段
11+
- 支持多款 MicroPython 开发板
12+
- 支持基于 MicroPython 的代码智能补全
13+
314
## 准备工作
415

516
本插件依赖 Microsoft Python 插件,并且使用 Python 脚本,因此需要做如下准备:
617

718
1. 安装 Microsoft Python 插件
8-
2. 按照 Python 插件的提示在 PC 上安装 Python3 并加入系统环境
19+
2. 按照 Python 插件的提示在 PC 上安装 Python3 并加入到系统环境变量中
920

1021
![Python plug](assets/install_python_plug.png)
1122

@@ -32,7 +43,7 @@
3243
- 提供丰富的 MicroPython 代码示例程序
3344

3445
![example_code](assets/example_code.png)
35-
46+
3647
- 支持在设备上直接运行示例代码
3748

3849
![run_example_code](assets/run_example_code.png)
@@ -50,5 +61,6 @@
5061
## 注意事项
5162

5263
- 请选择 PowerShell 作为默认终端
64+
5365
在 PowerShell 终端中输入 `Set-ItemProperty HKCU:\Console VirtualTerminalLevel -Type DWORD 1` 可以解决退格键等显示乱码的问题。
5466

0 commit comments

Comments
 (0)