How do I configure Android Studio (or Intellij generally) to correctly generate getters and setters for member variables with prefixes?
If I have a class
m as the name prefix for fields. Then add s as the name prefix for static fields.