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

- gradle upgrade to 8.10 - platform plugin to 2.0.1 - intellij idea 2024.3

self:AddEvent(EventName, funcName) function AAA:funcName() then end could u support the funcName jump to the target func?

使用 @field 定义了 function 之后,冒号调用不提示...

Hey I try to the setting like: ``` require;log:require;log.require ``` as https://github.com/EmmyLua/IntelliJ-EmmyLua/blob/cfcfe912188988910b3a0a6abc93dedd5e9b0f15/src/main/java/com/tang/intellij/lua/project/LuaSettings.kt#L101 But it doesn't work. ```lua local graph = log:require('lua_scripts.graph') ```

Environment(环境) -------------- name | version ----------|---------- EmmyLua version | v1.4.14-IDEA242 What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------ 1. Download: https://plugins.jetbrains.com/plugin/download?rel=true&updateId=581762 2. Upload to Virustotal: https://www.virustotal.com/gui/file/6673011f7cc286bb3eee2148045426d8f3c1b2e8711780db28b9f3a22bd12915 3. Check file...

question

this is phpstorm info PhpStorm 2025.2.5 Build #PS-252.28238.9, built on November 20, 2025 Source revision: 7059016f3609e Licensed to https://wpblogger.net Subscription is active until December 16, 2025. Runtime version: 21.0.9+10-b1038.76 amd64...

IDE:IDEA 2025.2.2 Community 插件版本:1.4.22-IDEA2025.2 **我是使用EmmyLua-Unity插件提供的Unity API 数据;** 如下图所示,go可以提示出transform,但transform就无法提示了; 实验了下,IDEA 2022.3.3 Community上是OK的;

``` java.lang.StackOverflowError at kotlin.coroutines.CombinedContext.minusKey(CoroutineContextImpl.kt:136) at com.intellij.concurrency.ThreadContext.currentThreadContextOrNull(threadContext.kt:116) at com.intellij.concurrency.ThreadContext.currentThreadContext(threadContext.kt:124) at com.intellij.platform.locking.impl.NestedLocksThreadingSupport.getComputationState(NestedLocksThreadingSupport.kt:627) at com.intellij.platform.locking.impl.NestedLocksThreadingSupport.isReadAccessAllowed(NestedLocksThreadingSupport.kt:694) at com.intellij.openapi.application.impl.ApplicationImpl.isReadAccessAllowed(ApplicationImpl.java:1181) at com.intellij.util.concurrency.ThreadingAssertions.isFlagSet(ThreadingAssertions.java:278) at com.intellij.util.concurrency.ThreadingAssertions.softAssertReadAccess(ThreadingAssertions.java:172) at com.intellij.openapi.application.impl.ApplicationImpl.assertReadAccessAllowed(ApplicationImpl.java:1171) at com.intellij.psi.impl.source.PsiFileImpl.assertReadAccessAllowed(PsiFileImpl.java:198) at com.intellij.psi.impl.source.PsiFileImpl.getStubTreeOrFileElement(PsiFileImpl.java:726) at com.intellij.psi.impl.source.PsiFileImpl.withGreenStubTreeOrAst(PsiFileImpl.java:703) at com.intellij.psi.impl.source.PsiFileImpl.getStubbedSpine(PsiFileImpl.java:272) at com.intellij.psi.stubs.StubProcessingHelperBase.lambda$getAllSpines$0(StubProcessingHelperBase.java:115)...

`com.intellij.diagnostic.PluginException: com.tang.intellij.lua.project.LuaSourceRootManager requested as a service, but it is a component - convert it to a service or change call to project.getComponent() [Plugin: com.tang] at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23) at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90) at com.intellij.serviceContainer.ComponentManagerImpl.doGetService(ComponentManagerImpl.kt:769)...