Intellij not showing all available implicit methods for an object - scala
val intValue = 2
intValue.toBinaryString
toBinaryString method is not shown in suggestion of intelliji IDE
toBinaryString method is present in RichInt class , which means not showing all implicit methods
I feel all implicits methods are not shown, Can someone suggest how to achieve this
intelliji idea version :2017.2
请先登录再写评论。
It's clearly a bug, please follow
https://youtrack.jetbrains.com/issue/SCL-12435