intellij idea displaying java code in scala code style
Answered
Hi All,
I am writing code in Java, but for some misconfiguration when i open that code in editor it appears in scala code style. I have to double click on line to see the actual code. How can i remove this setting?
For eg: logger.info("some log "+getName()) appears like logger.info("some log $name"). This does not impact the code though, just the look
Please sign in to leave a comment.
Please see http://stackoverflow.com/a/43680500/104891.