IntelliJ-EmmyLua
IntelliJ-EmmyLua copied to clipboard
Can't use in Jetbrains IntelliJ IDEA
Plugin 'EmmyLua' (version '1.4.17-IDEA243') is not compatible with the current version of the IDE, because it requires build 243.* or older but the current build is IU-251.23774.435
Same with clion 2025.1. Hope that there will be a fix ...
For those here and in #601 who can't wait: rebuilding the plugin with the new 2025.1 SDK version installs and seems to work. This is a quick hack of course so your mileage may very.
diff --git a/build.gradle.kts b/build.gradle.kts
index 871fd8ef..6ce6ebda 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -43,8 +43,8 @@ val buildDataList = listOf(
BuildData(
ideaSDKShortVersion = "243",
ideaSDKVersion = "243.21565.193",
- sinceBuild = "243",
- untilBuild = "243.*",
+ sinceBuild = "251",
+ untilBuild = "251.*",
bunch = "212",
targetCompatibilityLevel = JavaVersion.VERSION_17,
jvmTarget = "17"
On Friday, I notified the author, but it might have been forgotten as it hasn't been done yet.