When comparing Eclipse vs Sublime Text + Go Sublime, the Slant community recommends Eclipse for most people. In the question“What are the best IDEs for the Go programming language?” Eclipse is ranked 9th while Sublime Text + Go Sublime is ranked 10th. The most important reason people chose Eclipse is:
Eclipse has a large and active community, which has resulted in a wide variety of plugins.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Large selection of plugins
Eclipse has a large and active community, which has resulted in a wide variety of plugins.
Pro Fast compiler
Eclipse uses a custom compiler (which can also be used outside of Eclipse), which is often faster than the normal Java Compiler, especially for incremental compilation.
Pro Free and open source
Eclipse is an open source project and free to use.
Pro Multiple languages - one IDE
Pro Highly customizable
Thanks to the large variety of plugins and various configuration options, Eclipse is very customizable.
Pro Great debugger
Shows threads, concurrency locks, and conditional breakpoints.
Pro Good font rendering
Because Eclipse is based on SWT, it uses the native font rendering and thus looks better than other IDEs on some Linux systems, where the Java font rendering is not optimal.
Pro Good refactoring tools
Pro Gives good perspectives on your project
The concept of perspectives is outstanding. It puts right tools at your fingertips, keeping the tools you currently don't need out from the workbench. For example, in VCS perspective it's all about versions and branches. In debug perspective it's all about state.
In java ee project it can show http endpoints in a very accessible manner.
Pro Faster than any other Java IDE
Fast, suitable for big projects, customizable, supports UML, many programming languages, plugins, and widgets vs NetBeans and JDeveloper. Support for Workspaces and Perspectives. Long term tested, free of charge, vs IntelliJ IDEA.
Pro Dark theme improved!
Pro Functionality can be easily extended
Sublime Text uses TextMate's syntax declaration files to support new languages, has all its menus and keybindings generated from JSON files, and can be scripted to add new features using Python.
If Sublime Text doesn't support a desired language or feature, it's usually not long before someone implements it themselves - examples include the plugin package manager and the 'open in browser' command.
Pro Fast
Pro Comfortable to work with
Sublime Text has a minimap on the side that provides a top-down view of the file and keyboard shortcuts for most actions. It's also supports a large number of languages and general text editing features out of the box.
Pro Beginner-friendly
Does not drown you in keyboard shortcuts or unintuitive concepts as you start using it, but high-level functionality can still be easily accessed when the need for it arises.
Pro Simple and widely used license
Need to buy only once for ALL your computers with ALL OS, without expiration date, and can be used for business.
Only major upgrades need to be paid again.
Pro Consistent cross-platform
Looks consistently the same across Windows, OS X and Linux.
Pro IDE features without the cruft
Sublime Text, while being lighter-weight than an IDE, still supports many IDE features.
- Text from the current file is used to provide autocomplete
- Project Support (folder browsing, scoped history, build-system declarations)
- Refactoring support is emulated through multi-select, project-wide find & replace, and regular expression search
- Syntax-aware selection and GoTo for quickly jumping to locations in the project
- Snippets & Macros
- A Python console for everything else
Cons
Con UI can be confusing
There's an overly abundant presence of menus, this forces you to constantly click around the different menu structures; foreign ideas, like Views and Perspectives; strange menu choices, like configure settings located in Windows menu->Preferences.
Con Lack of plugins with good user interfaces
Many Eclipse plugins are extremely confusing, with UIs that are even less consistent than Eclipse itself.
Con Plugins can be unstable
Though there are plenty of plugins to choose from, they aren't always reliable. Some aren't maintained, bug fixes can be slow, and you may need to download plugins from multiple sources.
Con Tends to be slow and lags a lot
Con Poor language support via plugins
Eclipse supports other languages with a huge amount of plugins. Many languages have their own distribution, but multi-language is hard to exist in one project. Like Scala, there is no official support from Eclipse for this language. If Eclipse gets an update, languages such as these will not.
Con Newer versions are getting less stable
Eclipse 4 Neon randomly hangs. For example, during installing new software.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=513218
Con Some old bugs don't get fixed
E.g. change a parameter name to the same as a field - the field will not be prefixed with "this." like in IDEA.
Con GoSublime is unreliable and badly written
Its impenetrable code base is not worth improving on.
Con Proprietary
Unlike the Atom editor, Sublime Text protects and copyrights its code and is thus not the freedom-ware some would like it to be.
Con Added dificulty with taking user inputs in inline cmd prompt
Getting user input through python or Java is a mission, you'll be happier with Atom and VS Code.
