scala-ide / scala-worksheet

A Scala IDE plugin for a multi-line REPL (called worksheet)
96 stars 24 forks source link

Support organise imports in order to auto-insert imports #126

Open greenrd opened 11 years ago

greenrd commented 11 years ago

Because Ctrl+Shift+O doesn't do anything, I have to type in imports manually, or find them somewhere else and copy-paste them.

skyluc commented 11 years ago

It would be nice to have organize import and quick fix import, but one feature is available: if you use code assist (ctrl/cmd+space), it will add the needed imports as needed.

maksudi commented 9 years ago

would be great to have this feature. It makes the life a lot easier.