Skip to content

EmmyLua/IntelliJ-EmmyLua

This branch is 3 commits ahead of, 52 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b95629e · Dec 28, 2023
Mar 12, 2023
Dec 5, 2020
Jan 7, 2020
Aug 23, 2019
Dec 1, 2022
Oct 30, 2022
Feb 19, 2021
Feb 11, 2018
Aug 11, 2019
May 3, 2023
Jul 25, 2021
Jan 7, 2020
Feb 5, 2018
Jul 30, 2022
Dec 28, 2023
Dec 1, 2022
Feb 24, 2019
Dec 3, 2019
Dec 20, 2020

Repository files navigation

logo

EmmyLua for IntelliJ IDEA

Build status Online EmmyLua Doc 在线文档 Jetbrains plugin Jetbrains plugin donate Join the chat at gitter 加入QQ群 加入QQ群

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

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

Road map

  • Attach debugger rewriting
  • Remote debugger rewriting
  • Data follow inspections
  • Ctrl follow inspections
  • @interface support
  • API Hub

Build environment requirements

  • JDK 11

  • Setup environment variables as following:

      JAVA_HOME="path to JDK 11"
      IDEA_HOME_203="path to IDEA 203+"
    

Building

./gradlew buildPlugin -DIDEA_VER=203

Developed By

@tangzx 阿唐

Contributors