Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Smart Completion. Does it work?
Smart Completion. Does it work? [message #122766] Thu, 27 November 2003 13:37 Go to next message
Eclipse UserFriend
Originally posted by: natgross.rentalsystems.verizon.net

Hi;

Why isn't smart-completion working for me in the Java editor? For example;

class Hello{

String anyS = "whatever";

void anyMethod(){
String aLocal
//On the following line if i type 'an' <ctrl>+<space>, I expect code
completion to finish "anyS", or
//On the following line if i type 'aL' <ctrl>+<space>, I expect code
completion to finish "aLocal".
}
}

Similar question for classes, if I type "Sys", I expect code completion to finish
"System".

According to what I read in help, I think, this should work.

Thank you all.
-nat
Re: Smart Completion. Does it work? [message #122792 is a reply to message #122766] Thu, 27 November 2003 20:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: natgross.rentalsystems.verizon.net

Ok.Ok. It's Alt+/. Wonder why the manual says it ctrl-space.
Happy Turkey EveryOne.
-nat
Re: Smart Completion. Does it work? [message #122834 is a reply to message #122792] Fri, 28 November 2003 07:21 Go to previous messageGo to next message
Eclipse UserFriend
You are probably using the Emacs keybindings.

Genady

natG wrote:
> Ok.Ok. It's Alt+/. Wonder why the manual says it ctrl-space.
> Happy Turkey EveryOne.
> -nat
>
>
Re: Smart Completion. Does it work? [message #122880 is a reply to message #122834] Fri, 28 November 2003 11:05 Go to previous message
Eclipse UserFriend
Originally posted by: natgross.rentalsystems.verizon.net

Yep. That's what it was.
Thank you all who replied, in public and private.
-nat

"Genady" <eclipse@genady.org> wrote in message news:bq7ego$oq5$1@eclipse.org...
> You are probably using the Emacs keybindings.
>
> Genady
>
> natG wrote:
> > Ok.Ok. It's Alt+/. Wonder why the manual says it ctrl-space.
> > Happy Turkey EveryOne.
> > -nat
> >
> >
>
Previous Topic:Problem running JSP with Eclipse/Lomboz/JBoss
Next Topic:Unused argument warning control
Goto Forum:
  


Current Time: Thu May 01 00:18:07 EDT 2025

Powered by FUDForum. Page generated in 0.07333 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top