[ANN] Intention Power-Pack 0.3 released
Intention Power-Pack 0.3 has been released, and is available at http://www.intellij.org/twiki/bin/view/Main/IntentionPowerPack.
Changes in 0.3
*New intentions: Detail exceptions, Replace if-then-else with switch, Flip &&, Flip ||
*Improved stability in the face of incomplete parses (i.e., it shouldn't hang).
*Misc. Bug fixes
Works with Aurora builds 818 and 823. (If Timur or someone else wants to make it work with Ariadna, the source is available on the Wiki.)
If there are any problems, let me know!
请先登录再写评论。
Dave,
Here's a feature request:
convert assertTrue(xxx.equals(yyy)) to assertEquals(xxx, yyy) and back.
--
Best regards,
Mike Aizatsky.
-
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"
The same for
assertTrue(primitiveTypeValue == primitiveTypeValue);
--
Best regards,
Mike Aizatsky.
-
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"
I had thought about this one, but rejected it because they have different behaviour on nulls. However, the total frigging coolness of having a JetBrains employee sending me requests for an IDEA intention is enough to slot this one for the next release.
--Dave "Well, my day is made" Griffith