Currently, I'm making web-apps using php [backend] project and AngularJS [frontend] project. To make above two projects simultaneously, I need to run 2 programs (Webstorm and IntelliJ).
But, I want to run two projects just using IntelliJ. I already tried before, but the IntelliJ performance was so bad and I don't know why. (I gave IntelliJ 4G of RAM and other options to run it smoothly, but it also returns slow performance.)
I installed Angularjs support, PHP/Laravel support, and Java/Spring support, and other plugins on IntelliJ.
I assume that this made IntelliJ slow, but I need to use above plugins to keep developing.
I'm using webstorm and Intellij for both front and back-end programming in fast speed.
In this case, do you have any idea to improve performance of IntelliJ when Running 2 programs simultaneously on intelliJ?
The reasons why I'm trying to run just IntelliJ are I just have only IntelliJ license and switching between front-end and back-end program is easier than 2 program. (It can be done just by command + ` to switch both project, but I need to command tab many times to switch between project. It makes me hesitate.)
If you have idea or have any manual which I didn't find before, please let me know.