[ANN] Lua 0.9.51
As I am approaching the 1.0 release after almost 1 year of working on this plugin, I have hit an important milestone. All planned features have been implemented to one degree or another. Some still need some debugging and usability testing, or are not completely implemented. I'd love any feedback you may have.
There are loads of pictures here on the wiki page: http://bitbucket.org/sylvanaar2/lua-for-idea/wiki/Home
Here's an (incomplete) feature list:
Lua language integration
Features:
- Basic Completions Experimental
- Multiple documentation providers Experimental
- Resolving Globals Experimental
- Custom API Support Experimental
- Function Information via Quickhelp Experimental
- Hilighting of Upvalues and Fields Experimental
- Goto Symbol
- Safe Delete Experimental
- Rename Identifier Experimental
- Quick Documentation
- JavaHelp For Lua 5.1
- Execution in the Kahlua interpreter
- Identifier Highlighter
- Go to definition
- find usages
- Code formatting
- Keyword completion
- 5 code intentions(s)
- 6 code inspection(s)
- Highlighting global vs local variables
- Script execution and run configurations
- Kahlua interpreter window for interactive script execution (repl)
- Comes with an embedded Lua compiler written in Java (Kahlua)
- Structure view
- Syntax checking
- Syntax highlighting - including proper handling of extended syntax comments and quotes
- Customizable highlighting colors
- Code folding for code blocks and comments
- Brace Matching for do blocks, long strings and comments, and (, { , [
- Minor feature: comment in/out.
Please sign in to leave a comment.