PyDev - Python IDE for Eclipse
PyDev is a plugin that enables Eclipse to be used as a Python IDE (supporting also Jython and IronPython). It uses advanced type inference techniques which allow it to provide...
PyDev is a plugin that enables Eclipse to be used as a Python IDE (supporting also Jython and IronPython). It uses advanced type inference techniques which allow it to provide...
The Checkstyle Plugin (eclipse-cs) integrates the well-known source code analyzer Checkstyle into the Eclipse IDE. Checkstyle is a development tool to help you ensure that your...
DBeaver is free universal SQL client/database tool for developers and database administrators. It can work with any database server which has JDBC or ODBC driver. It supports...
The Eclipse Docker Tooling plugin provides the ability to manage Docker images and containers from within the Eclipse IDE.
e(fx)clipse is a set of plugins who make developing JavaFX 2 application with your favorite IDE an excellent experience. It provides wizards, specialized CSS and XML editors needed...
Vrapper acts as a wrapper for Eclipse text editors to provide a Vim-like input scheme for moving around and editing text. Unlike other plugins which embed Vim in Eclipse, Vrapper...
UCDetector (Unnecessary Code Detector) is a eclipse PlugIn tool to find unnecessary (dead) public java code. For example public classes, methods or fields which have no references.
Remote System Explorer is result of Eclipse Target Management team work. It support SSH, Telnet, FTP and DStore protocols. The purpose of the entry is to let install it with one...
Infinitest is a continuous test runner for Java, and is valuable to developers using a unit testing tool called JUnit. Continuous testing is the practice of constantly running unit...
CMake Editor adds syntax coloring, code completion and code templates for CMake files.
The TeXlipse plugin provides both LaTeX and BibTeX editors, a project creation wizard, and a complete user manual of the editor functions. Additional features include syntax...
Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into eclipse by providing a high-level...
Automatically generates build-scripts for the Eclipse CDT managed build system from CMake scripts.Stores your cmake commandline options with the eclipse project.
This Eclipse Plugin provides some tools and settings for developing C programs for the ATMEL AVR series of embedded processors with the Eclipse IDE. It is open source and freely...
Automated unit testing supports high quality of program code, even under inevitable change and refactoring. As a side effect, unit tested code often has a better structure. Java...