IDEA's variable name suggestions 关注 ANONYMOUS 创建于 2002年10月17日 09:53 How to tell IDEA, that all exceptions should be named "ex" in a trycatch block?Tom
actually, i would like it to be a configurable option, since i prefer
'exception'..
"Thomas Singer" <idea@regnis.de> wrote in message
news:3dae7a3e.8517898@news.intellij.net...
>
You can add the following XML snippet to your code style .xml file
(config/codestyle folder) and edit the name.
]]>
--
Best regards,
Mike Aizatsky.
-
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"
Thank you very much.
Maybe this should become a part in IDEA's tip list? I doubt, that it
will be able to implement a tab for this in IDE settings within
Ariadna.
Tom
On Thu, 17 Oct 2002 20:10:53 +0400, "Mike Aizatsky"
<mike@intellij.com> wrote:
awesome, thanks!
"Mike Aizatsky" <mike@intellij.com> wrote in message
news:aomned$gr6$1@is.intellij.net...
>
>
>
>
Hi,
I'd like a NullPointerException to be named "npe", and a
IllegalArgumentException "iae".
What's the syntax to do that?
;)
tt
"Mike Aizatsky" <mike@intellij.com> wrote in message
news:aomned$gr6$1@is.intellij.net...
>
>
>
>
let me guess... it's:
and
;)
I second this request as this also the naming convention I, and my
organization, uses.
pUnk wrote:
I guess
...
... will do the job. But options in the UI would be better. Tom On Sun, 20 Oct 2002 18:15:28 +0200, "pUnk" ]]> wrote:
Is there a way for ctrl-o and ctrl-i to pick up these variable mappings?