1.1.9 ( 5aed300 )¶
1.1.9b2 ( 5aed300 )¶
[NEW] 注释可以选择严格模式,即格式写错会报错,默认是容错模式。需在
settings
/EmmyLua
/strict doc
中开启[NEW] 新注解
---@language
对lua字符串可进入代码注入(language injector)[NEW] 新注解
---@overload
用于标注重载[NEW] 新注解
---@module
用于兼容module()
方式创建的模块(不建议使用)[NEW] 在方法上显示分割线(line separator),需在
settings
/editor
/general
/appearance
/show method separators
中开启[NEW] 可显示本地变量(local variable)变量类型,需在
settings
/editor
/general
/appearance
/show parameter name hints#configure
/Show local variable type hints
中开启[NEW] 可显示形参(parameter)类型,需在
settings
/editor
/general
/appearance
/show parameter name hints#configure
/Show parameter type hints
中开启[NEW] 可显示函数返回值(return)类型,需在
settings
/editor
/general
/appearance
/show parameter name hints#configure
/Show function return type hints
中开启[FIX] issue 41
[IMPROVE] 在关键字如
local, function ...
代码完成时自动在其后添加空格[IMPROVE] 改进Quick Documentation
[CHANGE] 在函数/方法代码完成时不创建参数模板
[FIX] 解决前置声明local函数的BUG