阿唐

Results 33 comments of 阿唐

Sorry, emmylua does not support `LDoc`。It's emmy-style doc(`EmmyDoc`), all lines must start with `---`, the comment like `@xxx` is called `annotation`. All annotations are listed [here](https://emmylua.github.io/annotation.html).

这个暂时放在这,总得目前这个办法还不够好。有空再考虑一下~~

About multiple inheritance please see this issue #11 `@interface` support is on the roadmap.

@jweix https://github.com/EmmyLua/IntelliJ-EmmyLua/blob/4d101b82ec81a129dab821d9b92d88fcffb47fd5/build.gradle.kts#L44 把这里的LATEST-EAP-SNAPSHOT改成具体的211的版本号试试

现在的LATEST-EAP-SNAPSHOT应该是指向212了

有过类似的需求 ,不过我的设想是支持`partial class`,你的例子可以写成 ```lua ---@partial class _G local t = { X = 1, Y = 2, Z = 3, } print(X) -- `X` is `t.X` ```

插件冲突,不要同时装两个同类型语言插件

进群解决问题,有这种情况的文档说明

问题描述太少,最好直接给个例子工程