IDE slows down after installing custom language plugin manually via zip.
Answered
So when I try to run the custom language plugin via an IDE instance it works fine. But when I install the plugin using the zip file created for plugin deployment, the IDE over time experiences lag ie it slows down whenever we type something in the editor. Is there any particular resource/post to look into for this? Or has anyone else experienced this issue? This is particularly observed when there are a large number of files (about 100) of the plugin language.
Please sign in to leave a comment.
There should be no difference in how plugin behaves, given that both IDE instances have exact installation (e.g. set of custom plugins and matching version) as well as exact same runtime parameters (e.g. max memory, using same Java runtime, ...)