IntelliJ-EmmyLua
IntelliJ-EmmyLua copied to clipboard
Lua IDE/Debugger Plugin for IntelliJ IDEA
1、fix bug #209 #122 2、fix no error info in evaluate view
Environment(环境) name | version ----------|---------- IDEA version | 2022.1.4 EmmyLua version | 1.3.6.251 OS | windows 11 What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------ 输入function, 概率性报错 What happens?(出现什么问题?)...
VSCODE(环境) EmmyLua version: 0.5.3 OS: WSL2 怎么去除这些变量或函数下的下划线 
Environment(环境) -------------- name | version ----------|---------- IDEA version | 2019.2.4 EmmyLua version | 1.3.3.150-IDEA182 OS | Windows 10 What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------ 1. Create a...
Environment(环境) -------------- name | version ----------|---------- IDEA version | IntelliJ IDEA 2022.1.2 (Ultimate Edition) Build #IU-221.5787.30, built on June 1, 2022 EmmyLua version | 1.3.6.251-IDEA213 OS | Windows 10 Professional...
Environment(环境) -------------- name | version ----------|---------- IDEA version | IntelliJ IDEA 2021.3.3 (Ultimate Edition) EmmyLua version | 1.3.6.251-IDEA213 OS | OSX 10.15.7 What are the steps to reproduce this issue?(重现步骤?)...
Environment(环境) -------------- name | version ----------|---------- IDEA version | [e.g. Rider 2021.2.1] EmmyLua version | [e.g. v1.3.6.219-IDEA212] OS | [e.g. Windows 10] What are the steps to reproduce this issue?(重现步骤?)...
Environment(环境) -------------- name EmmyLua | version 1.3.1.136-IDEA182 ----------|---------- IDEA version idea 2019.3.1 | [e.g. IC2018.2 EAP, CL2018.1.2] EmmyLua version1.3.1.136-IDEA182 | [e.g. v1.2.5] OS windows 10 | [e.g. OSX 10.13.4, Windows...
IDE does not correctly set function param types in derived classes if I am overriding function from base class. Here is an example: ``` ---@class Base local Base = {}...
Hello, I would like to ask if is somehow possible to set type of the params of the functions in table in one place. Here is an example of the...