I use eclipse as my scala ide. And I know that in java I can use shorthand content helper to import classes. Therefore, I do not need a type in the entire class name. You just need to enter the first few characters.
But in scala, I cannot automatically import classes. I need to make some adjustments, or simply because the scala plugin does not support this.
source
share