Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
EmmyLua-1.1.9.zip | 2017-09-19 | 5.6 MB | |
1.1.9 source code.tar.gz | 2017-09-19 | 2.8 MB | |
1.1.9 source code.zip | 2017-09-19 | 3.4 MB | |
README.md | 2017-09-19 | 1.1 kB | |
Totals: 4 Items | 11.7 MB | 2 |
<li>[NEW] Add new annotation: @overload, used for mark overload functions (@optional is obsolete)</li>
<li>[NEW] Add new annotation: @language, used for inject language to lua string</li>
<li>[NEW] Add new inspection: Show warning for duplicated local declaration</li>
<li>[NEW] Show method separators</li>
<li>[NEW] Show local variable type hints</li>
<li>[NEW] Show parameter type hints</li>
<li>[NEW] Show function return type hints</li>
<li>[NEW] Add new postfix template "if_not"</li>
<li>[IMPROVE] Infer type from constructor call (settings/Languages.../EmmyLua)</li>
<li>[IMPROVE] Add auto completion and references for label(Lua 5.3)</li>
<li>[IMPROVE] You can toggle on/off 'smart enter' (settings/Languages.../EmmyLua)</li>
<li>[IMPROVE] You can toggle on/off 'show words in file' (settings/Languages.../EmmyLua)</li>
<li>[FIX] Support forward declaration local-function</li>
<li>[FIX] Crash when type --[ at EOF</li>
<li>[FIX] Fix some bugs</li>