Code style. How add 'this' to method invoking and field usage.

Hi all,
I need to add 'this' to method invoking and field usage and Class name to static method invoking and static field usage. Is it possible to do with IDEA?

0
Avatar
Permanently deleted user

Hi Michael,

Please check this thread.

Denis

0

someone is forcing you to do this because of some "best practice", right?

read this: http://www.infoq.com/articles/better-best-practices

then go to color settings and make idea present static and instance calls/fields render slightly different.

0

请先登录再写评论。