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?
Please sign in to leave a comment.
Hi Michael,
Please check this thread.
Denis
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.