diff --git a/README.md b/README.md index 04ec093..8740a16 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ We can find out some variables are isolated, and some methods are over-associati ## Development Plan -- [ ] add ~~node type~~ (has added `var` and `fun` types) and more info +- [x] add more info, including the variable type, comment, whether has been used in template or hook methods - [x] provide some suggestions for optimization - [x] support `options api` - [x] [vscode extension](./packages/vscode) diff --git a/README_cn.md b/README_cn.md index 10748aa..6d4cb48 100644 --- a/README_cn.md +++ b/README_cn.md @@ -32,7 +32,7 @@ pnpm run play ## 开发计划 -- [ ] 增加~~节点类型~~(已增加变量和函数类型),展示更多细信息 +- [x] 增加更多细信息, 包括变量类型、注释、是否在模板或者 hook 方法中被使用 - [x] 提供优化建议 - [x] 支持 `options api` - [x] [vscode 扩展](./packages/vscode)