caniouff / typeLuaPlugin

idea plugin for typelua(fork from EmmyLua)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EmmyLua for IntelliJ IDEA

Online EmmyLua Doc Jetbrains plugin Jetbrains plugin donate Join the chat at gitter 加入QQ群

Version CI status
IDEA 171 Build status
IDEA 172-181 Build status
IDEA 182 Build status

QQ交流群:29850775 (最新版本以及部分视频演示在群文件中下载)

snapshot

Find usages

find_usages

Rename

rename

Parameter hints

param_hints param_hints_cfg

Go to symbol

go_to_symbol

Go to class

go_to_class

Quick Documentation(Ctrl + Q)

quick_documentation

Method separators

method_separators_cfg method_separators

Method override line marker

method_override_line_marker

Features

feature progress
Syntax highlighting
Highlighting global
Highlighting local/param
Highlighting up value
Lua 5.3 support
Find usages
Rename(Shift + F6)
Go to definition(Ctrl + Mouse)
Go to symbol(Ctrl + Alt + Shift + N)
Go to class(Ctrl + N)
Go to file(Ctrl + Shift + N)
Parameter name hints
Keyword completion
Basic completion
Structure view
Brace Matching
Comment in/out
Color settings page
Comment based type/class annotation
Method override line marker
Name suggestion for refactor
Quick Documentation(Ctrl + Q)
Live templates
Postfix completion templates 14
Code formatter
Code intentions 9
Code inspections 7
Lua Standard Library/API
Region folding
Attach Debugger
Remote Debugger
Lua Check
Embed Remote Debugger 0%
Lua Profiler
... .etc

Build environment requirements

  • Visual Studio 2015

  • JDK 1.8

  • Setup environment variables as following:

      JAVA_HOME="path to JDK 1.8"
      IDEA_HOME="path to IDEA 172+"
    

Building

./gradlew buildPlugin

Developed By

@tangzx 阿唐

Contributors

About

idea plugin for typelua(fork from EmmyLua)

License:Apache License 2.0


Languages

Language:C 43.8%Language:Kotlin 20.3%Language:HTML 12.7%Language:Lua 11.6%Language:C++ 7.7%Language:Java 2.8%Language:Makefile 0.3%Language:Assembly 0.3%Language:Lex 0.3%Language:Roff 0.2%Language:CSS 0.1%