Change camel case parameter in reformat code in xml
已回答
hi all.
when reformat code with Alt + Ctrl + L in hbm.xml file, changed :xxx parameter written camel case to lower case.
for sample in "<![CDATA[ select xxx from user u where u.oid= :userId ]]>" if use reformat code
“userId” convert to “userid” without developer to know create bug. if it change by default better.
Thank you jetBrains.
1 条评论
排序方式
日期
投票数
I could not reproduce this in my IDE. Do you have any 3rd party plugins enabled? Can you please try to disable them and restart the IDE?
请先登录再写评论。