GitHub / EmmyLua / IntelliJ-EmmyLua
Lua IDE/Debugger Plugin for IntelliJ IDEA
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmmyLua%2FIntelliJ-EmmyLua
PURL: pkg:github/EmmyLua/IntelliJ-EmmyLua
Stars: 1,796
Forks: 306
Open issues: 167
License: apache-2.0
Language: Kotlin
Size: 23.8 MB
Dependencies parsed at: Pending
Created at: over 8 years ago
Updated at: 30 days ago
Pushed at: 30 days ago
Last synced at: 30 days ago
Commit Stats
Commits: 2960
Authors: 36
Mean commits per author: 82.22
Development Distribution Score: 0.358
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/EmmyLua/IntelliJ-EmmyLua
Topics: emmylua, ide, intellij, intellij-plugin, lua, lua-debugger, lua-ide, lua-plugin
1.2.6
1.2.6
[NEW]Code completion for breakpoint condition
[NEW]Compatible with IDEA2018.3
[NEW]New inspection “Unresolved symbol in emmy doc”
[NEW]New inspection “Unresolved class”
[NEW]Shebang file type detector
[NEW]String literal paste provider
[NEW]New annotator: @vararg TYPE
[NEW]Arguments history completion
[NEW]Unity attach debugger support (By @jb574)
Bug fix #178 #168 #186 #192 #196 #198 #199 #195 #116 …
Download
1.2.3
1.2.3
- Compatible with IDEA2018.1
- [IMPROVE]improved parsing performance
- [IMPROVE]improved formatting
- [IMPROVE]more annotation infos
- [IMPROVE]improved remote debugger performance & compatible with mobdebug.lua v0.70
- [IMPROVE]new settings : stdout charset for run configuration
- [IMPROVE]new settings : hide/show console window for debug configuration(WIN32)
- [NEW]add
Emmy.log
console for attaching debugger logs - [NEW]lua call hierarchy(Ctrl+Alt+H) (by @LiamYao)
- [NEW]region highlighting & color settings
- [NEW]new type : doc table type,
---@type { name:string, value:{ size:number } }
- [NEW]folding for –[[multi-line comments]] && [[multi-line strings]]
- unicode identifier support
- fix bugs
Download
1.2.0
1.2.0
- [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 @Perryvw )
- [IMPROVE] Performance optimization
- [IMPROVE] Structure View (Contribution from @mqualizz )
- [IMPROVE] Emmydoc now supports markdown
- [IMPROVE] Name suggestion
- [IMPROVE] Variable name suggestion/completion
- [FIX] Bug #54 #55 #63 #66 #69
Download
Download
1.1.4
1.1.4
- [new] attach debugger: step out
- [new] attach debugger: breakpoint supports condition expression
- [new] attach debugger: lua exception message
- [new] check if run configuration is valid
- [new] supports creating run configurations from context (by right-clicking a code element in the source editor).
- [improve] parameter icon
- [improve] lua module icon
- [improve] method/function presentable text
- [improve] mk src root dir automatic when create a lua project
- [improve] doc gen
- bug fixs #16 #19 #21 …
Download
1.1.0
1.1.0 Pre-release
IntelliJ-LuaIDE
has been renamed to IntelliJ-EmmyLua
- [improve] Instance method/static method highilighting
- [improve] Function exit points highlight
- [improve] Table folding
- [improve] OverridenMethod linemarker
- [improve] BNF optimized
- [improve] self class member completion
- [new] Recursive call linemarker
- [new] Trail call linemarker
- [new] add 4 live templates
- [experiment] Attach debugger(based on decoda Windows x64/x86)
- [experiment] Remote debugger(based on mobdebug)
Download