- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Eclipse Plugin: Content Assist
Tue, 2010-04-13, 22:13
The Content Assist is showing a strange behavior. If you type the code bellow
(in a Scala project or in an Scala Class in a Java Project):
object Test01 extends Application {
val ls = List(1, 2, 3)
ls.for|
}
and (at the "cursor" | position) type Ctrl-Space, the code completion
writes:
ls.format(text, xs) (I was looking for
"foreach")
but if you type "ls.fo" and type Ctrl-Space, the code completion window
shows up with the correct options (including the desired "foreach"). If you
then type "r", the options are correctly reduced, but if at this point you
type Ctrl-Space to circle through other templates like SWT or JPA, the
default Scala template does not show the correct options anymore, listing
only "format".
Is this a bug? Should be reported?
Marcos Ackel
Wed, 2010-04-14, 03:47
#2
Re: Eclipse Plugin: Content Assist
Ok, I've created a ticket:
https://lampsvn.epfl.ch/trac/scala/ticket/3287
Miles Sabin wrote:
>
> On Tue, Apr 13, 2010 at 10:13 PM, M.Ackel wrote:
>> Is this a bug? Should be reported?
>
> It's a bug. It should be reported.
>
> Cheers,
>
>
> Miles
>
On Tue, Apr 13, 2010 at 10:13 PM, M.Ackel wrote:
> Is this a bug? Should be reported?
It's a bug. It should be reported.
Cheers,
Miles