aiXcoder Code Completer & Code Search Engine
AiXcoder Code Completer & Code Search Engine for Java AiXcoder is a powerful code completer & code search engine based on state-of-the-art deep learning technology. It has the...
A plugin that enhances the Java Development Tools (JDT) with AI assisted code completion and an AI chat window. Supports API access to Anthropic, DeepSeek, Google Gemini, Groq...
Extras for Eclipse is a collection of small extensions for the Eclipse IDE. They include a launch dialog, a JUnit status bar, a launch configuration housekeeper, and little helpers...
M2Eclipse provides tight integration for Apache Maven into the Eclipse IDE with the following features: Rich editor for pom.xml files Launching Maven builds from within 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...
Xtend is a statically-typed programming languages for Java developers. It leverages Java's typesystem and reuses its syntax as far as possible, but cuts down the amount of...
With Xtext you can easily create your own programming languages and domain-specific languages (DSLs). The framework supports the development of language infrastructures including...
Adaptation of standard Eclipse Web Developer Tools for Jakarta Faces.
Vertical Tabs This plugin adds new view called Vertical Tabs into your Eclipse installation. This view will allow you to see, filter, sort, group and navigate to all open editor...
Update java test code to Junit5 package test; import org.hamcrest.CoreMatchers; import org.junit.Assert; import org.junit.Assume; import org.junit.Before; import org.junit.After...