pouwelsjochem

Results 27 issues of pouwelsjochem

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 =...

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...

Environment(环境) -------------- name | version ----------|---------- IDEA version | [e.g. IC2018.2 EAP, CL2018.1.2] EmmyLua version | [e.g. v1.2.5] OS | [e.g. OSX 10.13.4, Windows 10] What are the steps to...

Environment(环境) -------------- name | version ----------|---------- IDEA version | 2020.3 EmmyLua version | 1.3.5 OS | macOS Big Sur What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------ Have a...

Environment(环境) -------------- name | version ----------|---------- IDEA version | 2020.3 EmmyLua version | 1.3.5 OS | MacOS 10.15.7 What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------ Open Preferences ->...

Environment(环境) -------------- name | version ----------|---------- IDEA version | 2020.2.4 EmmyLua version | 1.3.4 OS | MacOS 10.15.7 What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------ **myClassBuilder.lua** ``` local...

Environment(环境) -------------- name | version ----------|---------- IDEA version | 2020.2.4 EmmyLua version | 1.3.4 OS | MacOS 10.15.7 What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------ ``` ------------------------------------------------------- --...