Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Code formatting: replacing with camelCase everywhere

$
0
0

I have a large java project and need to reformat all field names. They are currently written like this and need to be replaced with camel case:

protected SplendorAbility splendor_ability;


I could probably write a regexp for doing it but I'm not good at regexp.
Also I need to be careful because I'd like to keep underscores in ALL CAPS names (public final ones).

 

Is there a way apply this style via Intellij?

Thanks!


Viewing all articles
Browse latest Browse all 5661

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>