utopia-rise / godot-kotlin-jvm

Godot Kotlin JVM Module
MIT License
576 stars 39 forks source link

Editor plugin slows intellisense down #520

Closed Frontrider closed 9 months ago

Frontrider commented 10 months ago

Editor plugin seems to slow intellisense down, sometimes to the point where it can no longer provide assistance. I do not know exactly what is happening, only that disabling the plugin gets idea back into working order.

CedNaru commented 10 months ago

I experienced the same issue as well. The IDE is taking forever to parse the code when the plugin is running. It runs with a small project, but when opening something like our own repo, it's extremly slow. I could literally see the code parsing happening in real time, like one line of code getting "validated/colored" every 2 seconds.

Frontrider commented 10 months ago

I had it enabled on a large non-godot project and intellisense just died outright.