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)
Download the JAR file from the latest release and save it in the dropins directory under your Eclipse installation.