1.2.2
- [IMPROVE]improved performance when opening files
- [NEW]settings : 'recognize global name as type'
- [NEW]settings : additional sources root
- [NEW]new inspection : global name can be local(disabled by default)
- [NEW]read write access detector
- fix bug #87 #88 #93 Full changelog
- [IMPROVE]faster attach debugger
- [IMPROVE]provide icons for processes list
- [Experimental]show memory files
- [Experimental]lua profiler
- [IMPROVE]improve formatting
- [IMPROVE]highlight unary && binary expression range
- [NEW]now support use .net dll as lib to provide lua apis (useful for unity developers)
- fix bug #43 #72 #79 #81 #83 #86 Full changelog
- [NEW] Breadcrumbs info
- [NEW] Spell checker support
- [NEW] New inspection: Local name hides previous
- [Experimental] Type checker. Settings - Editor - Inspections - Lua > Lint > Type safety (Contribution from @Perry van Wesel)
- [IMPROVE] Performance optimization
- [IMPROVE] Structure View (Contribution from @Marco Qualizza)
- [IMPROVE] Emmydoc now supports markdown
- [IMPROVE] Name suggestion
- [IMPROVE] Variable name suggestion/completion
- [FIX] Bug #54 #55 #63 #66 #69 Full changelog
- [UPDATE] Compatible with IDEA 2017.3(173)
- [NEW] Add new annotation: @overload, used for mark overload functions (@optional is obsolete)
- [NEW] Add new annotation: @language, used for inject language to lua string
- [NEW] Add new inspection: Show warning for duplicated local declaration
- [NEW] Show method separators
- [NEW] Show local variable type hints
- [NEW] Show parameter type hints
- [NEW] Show function return type hints
- [NEW] Add new postfix template "if_not"
- [IMPROVE] Infer type from constructor call (settings/Languages.../EmmyLua)
- [IMPROVE] Add auto completion and references for label(Lua 5.3)
- [IMPROVE] You can toggle on/off 'smart enter' (settings/Languages.../EmmyLua)
- [IMPROVE] You can toggle on/off 'show words in file' (settings/Languages.../EmmyLua)
- [FIX] Support forward declaration local-function
- [FIX] Crash when type --[ at EOF
- [FIX] Fix some bugs Full changelog