- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Code completion doesn't pop up?
Thu, 2009-10-29, 23:39
Hi,
If I have code
val s = "a"
s.
After typing the dot, the code completion menu doesn't pop up. I have to press
Ctrl+Space for it to pop up. Is this by design or a bug?
Also, I often see pink wave underlines in code. When the mouse hovers over it,
a blank details window shows up. I wonder what these pink underlines are for?
Thanks
Fri, 2009-10-30, 00:27
#2
Re: Code completion doesn't pop up?
On Friday 30 October 2009 01:54:47 Randall R Schulz wrote:
> There are three IDEs with Scala support. I use IDEA and don't recognize
> the precise behavior you describe, so I suppose it's something else,
> but you should say which editor you're using.
>
>
> Randall Schulz
>
Agree, the question is funny! :-) Probably it is good idea to add [netbeans]
or [eclipse] or [idea] to message subject.
Fri, 2009-10-30, 00:47
#3
Re: Code completion doesn't pop up?
On Thu, Oct 29, 2009 at 10:38 PM, jlist9 wrote:
> After typing the dot, the code completion menu doesn't pop up. I have to press
> Ctrl+Space for it to pop up. Is this by design or a bug?
This is Eclipse 2.7.x? Yes you have to hit ctrl+space.
> Also, I often see pink wave underlines in code. When the mouse hovers over it,
> a blank details window shows up. I wonder what these pink underlines are for?
They're there to confuse you. Ignore them. They're gone in 2.8.
Cheers,
Miles
On Thursday October 29 2009, jlist9 wrote:
> Hi,
>
> If I have code
>
> val s = "a"
> s.
>
> After typing the dot, the code completion menu doesn't pop up. I have
> to press Ctrl+Space for it to pop up. Is this by design or a bug?
>
> Also, I often see pink wave underlines in code. When the mouse hovers
> over it, a blank details window shows up. I wonder what these pink
> underlines are for?
>
> Thanks
There are three IDEs with Scala support. I use IDEA and don't recognize
the precise behavior you describe, so I suppose it's something else,
but you should say which editor you're using.
Randall Schulz