Skip to content

jenkinsci/idea-stapler-plugin

Build Status Join the chat at https://gitter.im/jenkinsci/idea-stapler-plugin

Assists with development of Jenkins core and plugins.

Supports following technologies that are not covered by any other IntelliJ plugins:

Features include:

Stapler

  • "Go to stapler view" to jump from a Java class to its views (Cmd/Ctrl+Shift+P)
  • Java Structure tool window shows Jelly views as members
  • Jelly Structure tool window shows an owner class besides XML tree
  • Select a string expression, then "Refactor" > "i18n for Stapler" to create a message resource

Jelly

  • Automatically recognized as an XML file (*.jelly and *.jellytag)
  • "Jenkins Jelly View" file template to speed up creation of views
  • Navigation from the Jelly tags to their definitions
    • Integrate st:documentation tag into IntelliJ documentation support
    • Report custom tag attributes that are marked deprecated in st:documentation.
  • Error checks and autocompletion on attributes and elements of taglibs
  • style attribute and script tag contents should be recognized as CSS and JavaScript correspondingly.

JEXL

  • Syntax error checks on JEXL expressions