Various intentions (true/false toggle; xml empty tag toggle).
Screenshot (#701): http://www.intellij.org/twiki/pub/Main/IntentionPlugin/IntentionPluginScreenshot701.jpg
This plugin uses non-published IDEA API.
Downloads, Bugs, RFEs:
http://sourceforge.net/projects/tz-ip/
- Copy the jar file (e.g. Intention.jar) to the plugins directory ($IDEA_HOME/plugins).
- Restart IDEA.
IntentionPlugin.ShowIntentions action. By default it's mapped to Ctrl-Alt-Enter.
There's no light bulb. You have to know where the intention is.
In Java files:
true <--> false
In xml files:
<a/> <--> <a></a>
- Specify the location of $idea.home in build.properties
- ant clean main.
- Bug [ 750650 ] NPE at PsiElementWrapper.findLeavesAt(PsiElementWrapper.java:27).
- RFE [ 750406 ] xml intentions: <a/> <--> <a></a>.
- RFE [ 746059 ] Support #818 (changed isAvailable method).
- true/false toggle intention.
- Ability to invoke plugin intentions in Ariadna builds.
-- TimurZambalayev - May 28, 2003
|
|