intellij idea displaying java code in scala code style
已回答
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 see http://stackoverflow.com/a/43680500/104891.