Run Eclipse only with the plugins you want

I use the Eclipse IDE for my entire project (PHP, Java, C, Python, Android). If I install them all in one edition, it will take too much time and I will have many buttons on the toolbar. Now I have an Eclipse release for each language. I type eclipsewhen I want to work with Java, eclipse-phpfor PHP. Is there a way to have only one eclipse edition and let me do it?

+4
source share
1 answer

You can start Eclipse with -configurationor osgi.configuration.area.

Eclipse Runtime Help Form :

osgi.configuration.area {-configuration}

. , , . . .

, , : ?

+2

Source: https://habr.com/ru/post/1533714/


All Articles