最萌小汐

Results 339 comments of 最萌小汐

I have merged a `3.0` branch to` Master`, if you find a major problem, you can return to the label `2.6.8`

> The CPU usage of the latest plugin version (`v3.0.0`) in `VSCode` is full. > > > 新版本插件(v3.0.0)在`VSCode` 中`CPU`爆满 > > ``` > ENV: > MacOS 12.3.1 > VSCode 1.66.1...

> 多个文件声明类的方法该怎么写呢 你可以多次使用 `---@class unit`

> Thanks for the great server/extension! > > With the latest version of the VS Code extension (3.0.0) I get a lot of undefined field errors in classes. e.g. >...

```lua function mt:init() self.xxx = 1 end ``` Supported finding definition of `self.xxx` in version 3.1.0

> in some cases we have more about 100 variables in self, and it is not comfortable to declare all as ---@field You can use ```lua ---@param self my_window function...

@SalavatR LLS only analize fields in `---@class`, this is both strict and performance oriented.

Overloading functions based on parameter types is not yet supported.