最萌小汐

Results 339 comments of 最萌小汐

I think I can remove `disable` and rename `neededFileStatus` to `config`, rename `groupFileStatus` to `groupConfig`

- [ ] generic method - [x] generic return

目前局部变量赋值给另一个局部变量后,只能通过类型定义来搜索。

AFAIK, the extension is actived by events, this extension register events: ```json "activationEvents": [ "onLanguage:lua", "onWebviewPanel:lua-doc", "onCommand:extension.lua.doc" ], ``` Maybe there are some API of VSCode to active these events.

可以使用 `---@cast var type` 和 `--[[@as type]]` 转换类型,我晚点写个文档。

> ![image](https://user-images.githubusercontent.com/8649540/176673040-0d1bf601-08d4-4a44-a76a-a2a36aaca0c9.png) ![image](https://user-images.githubusercontent.com/8649540/176673070-1e44a663-4e7a-4b1f-8fd3-2dd68e6fb8e2.png) 所有分支都return了 你再看看?

> 另外number和integer不兼容,这个检查太头疼了 设置里有让 number 和 integer 兼容的选项

> 算术运算都变成number了 3.5.0 会支持重载运算符,可以解决这个问题

> ![image](https://user-images.githubusercontent.com/8649540/176608487-04dcf577-4ec0-4919-8f84-0cc0a5930d4c.png) > 单独写lua没能复现 你在原来的代码上删除业务代码,只保留一个结构看看

> 我家里没能复现,周一上班公司的提示也没了 我今天又大改了一下局部变量追踪,可能已经修复了,之后再观察一下。