Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to import scala class automatically in eclipse?

Tags:

eclipse

scala

I use eclipse as my scala ide. And I know that in java I can use short cut by content assistent to import classes. So I do not need type in the whole class name. Just need to type the first several characters.

But in scala, I can not import classes automatically. Do I need to do some set up or it is just because scala plugin do not support this.

like image 598
zjffdu Avatar asked Feb 25 '23 01:02

zjffdu


1 Answers

Ctrl + 1

on symbol works for me :)

like image 150
tuxSlayer Avatar answered Mar 02 '23 19:03

tuxSlayer