nette-intellij / intellij-latte

Latte plugin for IntelliJ IDEA platform
MIT License
113 stars 22 forks source link

Always get memory warning because of the plugin #205

Open seyvillas-morteza opened 1 year ago

seyvillas-morteza commented 1 year ago

When I activate Latte or even Latte Pro I constantly get errors regarding the memory.

Environment (please complete the following information):

To Reproduce Steps to reproduce the behavior (or attach video):

  1. Just install and use it

Code None

Screenshots

Screenshot 2023-04-13 at 10 40 11

Additional context It seems that it has had this issue for so long! I also noticed when the page gets bigger or more complicated or multiple include based on situations it also cannot reformat the page properly. Adds empty spaces for no reason.

mesour commented 1 year ago

@seyvillas-morteza yes, this plugin is not optimised for performance. I didn't know how to work with the IntelliJ Plugin SDK when I updated this plugin. When I learned this, I programmed a paid plugin: Latte Pro. Because it would be very difficult to optimize this plugin.