📝 recommend pylance

This commit is contained in:
StarHeartHunt 2021-04-13 00:24:49 +08:00
parent 2a07b49cb7
commit 7d189392d2
2 changed files with 7 additions and 1 deletions

View File

@ -8,7 +8,7 @@
nb plugin new
```
插件通常有两种形式,下面分别介绍
下面分别对两种通常的插件形式做具体介绍
## 单文件形式

View File

@ -107,3 +107,9 @@ nb plugin install <plugin-name>
### 其他插件
还有更多的插件在 [这里](/plugin-store.md) 等着你发现~
## 安装开发环境(可选)
NoneBot v2 全程使用 `VSCode` 搭配 `Pylance` 的开发环境进行开发在严格的类型检查下NoneBot v2 具有完善的类型设计与声明。
在使用`VSCode` 搭配 `Pylance` 进行类型检查的开发环境下,开发者能更加迅速定位并解决问题。