Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 862 Bytes

readme.md

File metadata and controls

25 lines (14 loc) · 862 Bytes

AutoPipeline idea plugin

for using auto-pipeline efficiently.

install the plugin

install from the plugin homepage: https://plugins.jetbrains.com/plugin/20535-auto-pipeline

or install from idea IDE, using keyword Auto Pipeline to search in the IDE plugins marketpplace.

Features

  • quick fix for the missing related pipeline classes
  • line marker to quick navigation for the @AutoPipeline interface
  • suggest to enable annotation processing if not enable

Screenshots

suggest to compile when has AutoPipeline annotations:

suggest to compile when has AutoPipeline annotations

quick fix for the missing related pipeline classes: suggest to compile when has AutoPipeline annotations