Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

lmadhavan/quickimplement-eclipse-plugin

Repository files navigation

Quick Implement plugin for Eclipse

The Quick Implement plugin extends the Java editor and provides actions to quickly implement an interface or extend a class. These actions are triggered by the standard quick assist shortcut (Ctrl+1) while the cursor is over:

  • A type identifier
  • A variable name (implements/extends the declared type of the variable)
  • A method name (implements/extends the return type of the method)

Screenshot

Installation

Download the JAR file from the latest release and save it in the dropins directory under your Eclipse installation.