-
|
Good day everyone, Is there a way I haven´t considered? Kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi @MuradSHG,
You can configure such things via So we do not explicitly support BTW: The main reason for such eclipse editions (or distributions) like |
Beta Was this translation helpful? Give feedback.
Hi @MuradSHG,
thanks for your question and interest in IDEasy.
IDEasy currently supports eclipse in the following editions (see here):
eclipsethe default Java editionjeelike above but with more enterprise plugins pre-installedcppfor C++ developmentYou can configure such things via
ECLIPSE_EDITIONvariable.So we do not explicitly support
springas an eclipse edition.If you really think this is needed, feel free to create a feature request (and try to collect some votes for it).
However, I do lots of spring-boot development with the build-in standard editions and just add the spring plugins for eclipse in my settings.
Could you try if that solves your needs already?
BTW: The main …