IntelliJ-EmmyLua icon indicating copy to clipboard operation
IntelliJ-EmmyLua copied to clipboard

Lua IDE/Debugger Plugin for IntelliJ IDEA

Results 171 IntelliJ-EmmyLua issues
Sort by recently updated
recently updated
newest added

Environment(环境) -------------- name | version ----------|---------- CLion 2020.2.1 1.3.4.157-IDEA202 Build #CL-202.6948.80, built on August 25, 2020 What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------ 1. Use the "dot" notation...

wontfix

Environment(环境) idea 2020.2.3 What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------ 1.先安装lua插件,再安装emmylua重启之后idea File菜单无法使用 What happens?(出现什么问题?) ------------- 先安装lua插件,再安装emmylua重启之后idea File菜单无法使用 What were you expecting to happen?(期望?) ----------------------------------------- 别把idea搞死了 Any logs, error...

Environment(环境) -------------- name | version ----------|---------- IDEA version | [e.g. IC2020.1.2 EAP, CL2020.1.2] EmmyLua version | [e.g. v1.3.4.157-IDEA202] OS | [e.g. OSX 10.13.4, Windows 10] What are the steps to...

See https://youtrack.jetbrains.com/issue/IDEA-238943 for details and logs [24271655] ERROR - on.CompletionProgressIndicator - null java.lang.StackOverflowError at com.intellij.util.containers.ConcurrentIntKeyRefValueHashMap.get(ConcurrentIntKeyRefValueHashMap.java:95) at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.getCachedDir(PersistentFSImpl.java:122) at com.intellij.openapi.vfs.newvfs.impl.VfsData.getFileById(VfsData.java:109) at com.intellij.openapi.vfs.newvfs.impl.VirtualDirectoryImpl.doFindChildById(VirtualDirectoryImpl.java:484) at com.intellij.openapi.vfs.newvfs.persistent.FSRecords$1ParentFinder.findChild(FSRecords.java:1119) at com.intellij.openapi.vfs.newvfs.persistent.FSRecords$1ParentFinder.findDescendantByIdPath(FSRecords.java:1112) at com.intellij.openapi.vfs.newvfs.persistent.FSRecords$1ParentFinder.access$2800(FSRecords.java:1076) at com.intellij.openapi.vfs.newvfs.persistent.FSRecords.findFileById(FSRecords.java:1130) at...

bug

插件识别标记的class,class的属性和方法之后,能否一键导出文件中,形成API文档给其他人看? 如果没有该功能支持,能否大概说下源码中哪里有相关信息,方便push request可以加这个功能,谢谢

feature request

Feature request: allow for multiple `@return` annotations. Supporting that would make some cases cleaner, eg. error handling, which is typically solved in Lua as returning "nil, error message". Example ```lua...

feature request

Environment(环境) -------------- name | version ----------|---------- IDEA version | CL 2020.1.1 EmmyLua version | 1.3.4.157-IDEA202 OS | Linux 5.6.0-2parrot1-amd64 What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------ 1. Write...

feature request

**背景** lua中调用基类方法一般是 ```lua function TestClassB:foo() print("foo in b") TestClassB.super.foo(self) end ``` 不能使用 self.super.foo(self) ,因为继承层次大于2时self.super指向有问题 **问题** 目前只能在类声明后面手动添加一行来声明基类 ,例如 ```lua ---@class TestClassB : TestClassA ---@field super TestClassA local TestClassB = class(TestClassA) ````...

feature request

Environment -------------- name | version ----------|---------- IDEA version | 2019.3.2 EmmyLua version | 1.3.2.142-IDEA182 OS | Windows 10 What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------ 1. see screenshot...

discussion

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