File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 6363 <li>Code inspections</li>
6464 <li>Lua Standard Library/API</li>
6565 <li>Region folding</li>
66+ <li>Lua Check Tool</li>
6667 </ul>
6768 <p>中国朋友可以加QQ群29850775交流及反馈BUG</p>
6869 ]]> </description >
6970
7071 <change-notes ><![CDATA[
72+ <strong>1.1.9</strong>
73+ <li>[UPDATE] Compatible with IDEA 2017.3(173)</li>
74+ <li>[NEW] Add new annotation: @overload, used for mark overload functions (@optional is obsolete)</li>
75+ <li>[NEW] Add new annotation: @language, used for inject language to lua string</li>
76+ <li>[NEW] Add new inspection: Show warning for duplicated local declaration</li>
77+ <li>[NEW] Show method separators</li>
78+ <li>[NEW] Show local variable type hints</li>
79+ <li>[NEW] Show parameter type hints</li>
80+ <li>[NEW] Show function return type hints</li>
81+ <li>[NEW] Add new postfix template "if_not"</li>
82+ <li>[IMPROVE] Infer type from constructor call (settings/Languages.../EmmyLua)</li>
83+ <li>[IMPROVE] Add auto completion and references for label(Lua 5.3)</li>
84+ <li>[IMPROVE] You can toggle on/off 'smart enter' (settings/Languages.../EmmyLua)</li>
85+ <li>[IMPROVE] You can toggle on/off 'show words in file' (settings/Languages.../EmmyLua)</li>
86+ <li>[FIX] Support forward declaration local-function</li>
87+ <li>[FIX] Crash when type --[ at EOF</li>
88+ <li>[FIX] Fix some bugs</li>
89+ <a href="https://tangzx.github.io/emmydoc/changelogs.html">Full changelog</a>
7190 ]]>
7291 </change-notes >
7392
You can’t perform that action at this time.
0 commit comments