Eclipse is a full featured, multi language IDE aiding developers in every step of software development lifecycle. Starting new project, working on established project with complex structure, monitoring and performance optimizing application, writing documentation, interacting with issue tracking systems or CI all from inside Eclipse IDE.
On Fedora install the eclipse package:
$ sudo dnf install eclipse
This would give you Eclipse Platform with Java and Plugin development tools but it’s easy to install support for various other languages and ecosystems as they are packaged in Fedora:
Plugins providing integration for various other technologies is also available:
The list above doesn’t contain all Eclipse plugins available in Fedora but is supposed to serve as an example of the range of different technologies integrated.
Alternative method for installing Eclipse on Fedora is by using gnome-software
. Some of the packaged plugins ship proper metadata so they can be seen and installed directly from it.
Last but not least there is Eclipse Marketplace (sudo dnf install eclipse-mpc
) giving you access to even bigger list of plugins to integrate even more tools in your ide. Once Eclipse is running go to Help\Eclipse Marketplace...
and search for plugins serving your needs.