IntelliJ-EmmyLua
IntelliJ-EmmyLua copied to clipboard
Lua IDE/Debugger Plugin for IntelliJ IDEA
Environment(环境) -------------- name | version ----------|---------- IDEA version | IC2021.1 EmmyLua version | 1.3.6.215-IDEA211 OS | Windows 10 What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------ 1. Install Plugin...
Environment(环境) -------------- name | version ----------|---------- IDEA version | IntelliJ IDEA 2021.1.3 x64 EmmyLua version | 1.3.6.224-IDEA211 OS | Windows 11 What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------...
Environment(环境) -------------- name | version ----------|---------- IDEA version | Intellij Idea Ultimate 2022.2 EmmyLua version | 1.3.7.2-IDEA222 OS | macOS Monterey 12.4 (Apple M1 Pro) What are the steps to...
Environment(环境) -------------- name | version ----------|---------- IDEA version | IC-221.5921.22 EmmyLua version | v1.3.6.251-IDEA213 OS | KDE neon 5.25 Please support auto complete for native c/c++ to lua modules.
The current handler sometimes entered the wrong endType, this should fix it. Previously the following code would add a '}' instead of end ``` local test = { fun =...
Fixed issue #384
The `@globalparam` is useful when coding with a naming consistency. You can just define the param name once and all function will recognize the parameter with that name. (e.g. `@globalparam...
This adds the `Exclude list...`options to the Inlay Param configuration which opens the list dialog In this dialog you can enter some exceptions for when not to show Inlay Params:...
This enables the user to configure wether they'd like to every statement to be on a single line or not. Some examples of where multiple statements on a line could...