EmmyLua / IntelliJ-EmmyLua

Lua IDE/Debugger Plugin for IntelliJ IDEA
https://emmylua.github.io
Apache License 2.0
1.72k stars 287 forks source link

@field for : #491

Closed ghost closed 1 year ago

ghost commented 1 year ago

How I add @field for a class that uses : instated of . ? Now field shows autocomplete for class. but how I add just to class:

CppCXY commented 1 year ago

---@class A ---@field public fffff fun(self:A, p1:b)