Set IDEA to make Java-based suggestions? -


idea suggests (among other things) name method or class member , on.

how can set propose name in spirit of java language?

for example, want create class member of type myclass , want idea propose name mmyclass, instead of myclass (which default behaviour)?

ps. use java part of android development. here android code style.

settings > code style > java > code generation > naming 

but putting m @ front method goes against convention. sounds borked version of hungarian notation.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -