autofix constant names
hi there,
i'm pretty sure i did it in idea some time ago.
if there was a constant:
public static final int fooBar = 5;
idea offered a quickfix to change it to
public static final int FOO_BAR = 5;
did i dream? was that feature lost? how does it work if it's really there?
请先登录再写评论。
Hello HamsterofDeath,
Most likely this was provided by some third-party plugin, although I don't
remember which one could do that.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"