What's this?
This IDEA plugin makes it easy to develop Jenkins and its plugins on IntelliJ IDEA, for which JetBrains kindly provided us a free license.
This plugin has the following features:
- Cmd+B navigation from the Jelly tags to their definitions
- Error checks and auto completion on attributes and elements of taglibs; also see Writing Jelly views with IDE assistance
- Syntax error checks on JEXL expressions
- "Go to stapler view" to jump from a Java class to its views (Cmd+Shift+P)
- Select a string expression, then "Refactor" > "i18n for Stapler" to create a message resource: Internationalization#Stapler plugin for IntelliJ IDEA
Installation
In IDEA open the configuration for plugins, switch to "Available", choose "Stapler plugin for IntelliJ IDEA", right click and choose "Download and install". Afterwards restart IDEA.
Upon the successful extraction, you'll see a file like ~/.IntelliJIdea90/config/plugins/idea-stapler-plugin/lib/idea-stapler-plugin.jar
.
Plugin page onĀ JetBrains Plugins Repository
On MacOS (10.6), that plugins directory is, e.g., /Users/USER/Library/Application Support/IntelliJIdea10CE
.
On Windows, the plugins directory is, e.g., C:\Program Files\IntelliJ IDEA 9.0.3\plugins
.