Function arguments formating
Hallo,
I like the Reformat code feature very much but one thing is strange, the
function like:
CallFunction("A string " + number.ToString() + " another string");
When strings are long enough is reformatted like:
CallFunction(
"A string " + number.ToString() + " another string");
instead of my preferred:
CallFunction("A string " + number.ToString() +
" another string");
Thanks for a comment.
Hanzi
Please sign in to leave a comment.
Thank you for the feedback.
This is definetely a problem in code formatter.
I'll try to fix it shortly
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Jan Muller" <muller@miracle.cz> wrote in message
news:dcd8hr$rct$1@is.intellij.net...
>
>
>
>
>
>
>
>