Earlier quoted context omitted.
Some additional anecdata: on my maxed out 16” (admittedly Intel) Mac, IntelliJ/PyCharm/Goland/Webstorm are all quicker to start than Spacemacs. I haven’t tried Doom Emacs but don’t get the impression it would be much quicker.
One of the main selling points of doom emacs is that it starts up more quickly than spacemacs.
IntelliJ IDEA 2021.1
31–40 of 77 posts
Re: IntelliJ IDEA 2021.1
#32Re: IntelliJ IDEA 2021.1
#33Earlier quoted context omitted.
> It is a memory hog This is different from my experience, when working on Java projects with a few thousand source files and about 1 million SLoC. Eclipse - had some problems with the autocomplete being slow to open, IDE was overall unresponsive and used around 2 GB of RAM NetBeans - the cache folder filled up weirdly quickly (though that was NetBeans 8.2 not the new Apache NetBeans), but the IDE worked fine with ar…
> JetBrains - project was slow to open (+while indexing), but the IDE performs okay with 0.5 - 1 GB of RAM usage (though more needed when running/debugging) Just to be specific: Is this your experience just running the IDE at default settings, or did you increase the JVM heap size for it and had no effect? If you run it at default settings, the memory footprint will stay My experience on this is that it's a great ide…
Re: IntelliJ IDEA 2021.1
#34Hopefully they will support Wayland in next version.
Wayland support is pretty terrible, but usable. I use it for my daily dev work. - Some graphical intensive parts (such as the markdown preview renderer) cause crashes. Turning preview off remedies this. - HiDPI situation is garbage as usual (but that's a Linux thing in general). IntelliJ renders at half resolution so it's not as crisp as it can be, but it's perfectly usable. - The 'everything is a window' design choi…
Re: IntelliJ IDEA 2021.1
#35Earlier quoted context omitted.
They really need to update the default memory footprint. The 750MB default isn't enough for any projects these days and they don't exactly make it obvious how to update it to 2-4GB.
You can use the action "change memory settings".
Re: IntelliJ IDEA 2021.1
#36Re: IntelliJ IDEA 2021.1
#37Re: IntelliJ IDEA 2021.1
#38Hopefully they will support Wayland in next version.
Wayland support is pretty terrible, but usable. I use it for my daily dev work. - Some graphical intensive parts (such as the markdown preview renderer) cause crashes. Turning preview off remedies this. - HiDPI situation is garbage as usual (but that's a Linux thing in general). IntelliJ renders at half resolution so it's not as crisp as it can be, but it's perfectly usable. - The 'everything is a window' design choi…
Does anyone know why they do that? It’s pretty annoying even without wayland as I regularly have DataGrip, 2-3 Rider instances, and WebStorm open.
Re: IntelliJ IDEA 2021.1
#39Earlier quoted context omitted.
It works great if you give it enough memory. It is a memory hog but its the best IDE I've ever used.
> It is a memory hog This is different from my experience, when working on Java projects with a few thousand source files and about 1 million SLoC. Eclipse - had some problems with the autocomplete being slow to open, IDE was overall unresponsive and used around 2 GB of RAM NetBeans - the cache folder filled up weirdly quickly (though that was NetBeans 8.2 not the new Apache NetBeans), but the IDE worked fine with ar…
Re: IntelliJ IDEA 2021.1
#40Earlier quoted context omitted.
One of the main selling points of doom emacs is that it starts up more quickly than spacemacs.
It starts quickly because everything is lazy loaded, if you open project it will start language server, start indexing etc, It's definitely not much faster than IntelliJ, but functionality is still behind.