1. Docker editor
Nowadays
docker is used in most the top tech companies and this plugin helps you edit docker files in
eclipse.
2. EclEmma Java Code Coverage
EclEmma is a free Java code coverage tool for Eclipse, available under the Eclipse Public License. It brings code coverage analysis directly into the Eclipse workbench:- Fast develop/test cycle: Launches from within the workbench like JUnit test runs can directly be analyzed for code coverage.
- Rich coverage analysis: Coverage results are immediately summarized and highlighted in the Java source code editors.
- Non-invasive: EclEmma does not require modifying your projects or performing any other setup.
3. jAutodoc
JAutodoc is an Eclipse Plugin for automatically adding Javadoc and file
headers to your source code. It optionally generates initial comments from
element name by using Velocity templates for Javadoc and file headers. The main
features are
- Complete, keep or replace existing Javadoc
- Create initial comments from element name
- Getter/Setter comments from related field comment
- Add/Replace file headers
- Velocity templates for Javadoc and headers
- Support for Package Javadoc
- Search for missing Javadoc and file headers
4. SonarLint
SonarLint is an IDE extension that helps you detect
and fix quality issues as you write code. Like a spell checker, SonarLint
squiggles flaws so they can be fixed before committing code. You can get it
directly from the Eclipse Marketplace, and it will then detect new bugs and quality
issues as you code (Java, JavaScript, PHP and Python).
5. Nodeclipse
Nodeclipse Core & Node.js (nodeclipse-1) is
Eclipse plugin for the Node.js. The purpose of Nodeclipse is to create
environment in which Node.js development is easy for any user from beginner to
professional.
6. YEdit
YEdit is an Eclipse editor for editing YAML files.
It has the following features:
- Syntax highlighting
- Syntax checking
- Content outline
- Templates
- Various text editing support like auto-indenting and toggling of comments.
- Symfony compatibility mode.
- Source formatting (experimental)