java开发过程中,字段转换大小写的时候,shift+crtl+u针对选中字段,要么全部转换成大写,要么全部转换小写,不能满足需求,现在我们只需要安装一个插件就全部搞定  CamelCase  。

安装过程  crtl+alt+s 点击Plugins 输入  CamelCase 点击Browse repositories 

idea小技巧(一),字段大小写驼峰转换

点击安装

重启编译器  选中 快捷键  shift+alt+u   现在看效果

guestFollowLogService  --》guest_follow_log_service--》guest follow log service--》guest-follow-log-service--》GUEST_FOLLOW_LOG_SERVICE--》GuestFollowLogService--》guestFollowLogService

相关文章: